Accusoft.ImagXpress13.Net
Activated Property




Gets and sets if the toolbar is created and ready for use.
Syntax
'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.
See Also

Reference

Toolbar Class
Toolbar Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback