Accusoft.ImagXpress13.Net
Activated Property




Gets and sets if the toolbar is created and ready for use.
Syntax
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);
}
'Declaration
 
Public Property Activated As Boolean
 
'Usage
 
Dim instance As Toolbar
Dim value As Boolean
 
instance.Activated = value
 
value = instance.Activated

Property Value

A boolean value which is true if the toolbar is created and ready for use. Otherwise, false is used.
See Also

Reference

Toolbar Class
Toolbar Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback