Gets and sets if the toolbar is created and ready for use.
'Declaration
Public Property Activated As Boolean
'Usage
Dim instance As Toolbar
Dim value As Boolean
instance.Activated = value
value = instance.Activated
public bool Activated {get; set;}
public: __property bool get_Activated();
public: __property void set_Activated(
bool value
);
public:
property bool Activated {
bool get();
void set ( bool value);
}
Property Value
A boolean value which is
true if the toolbar is created and ready for use. Otherwise,
false is used.