MyMacro..::..Actif Property
Indicates whether or not this macro is used
Namespace:
wManagerAssembly: wManager (in wManager.dll)
Syntax
[CategoryAttribute] [DisplayNameAttribute] [DescriptionAttribute] public bool Actif { get; set; }
<CategoryAttribute> _ <DisplayNameAttribute> _ <DescriptionAttribute> _ Public Property Actif As Boolean Get Set
[CategoryAttribute] [DisplayNameAttribute] [DescriptionAttribute] public: property bool^ Actif { bool^ get (); void set (bool^ value); }