Accusoft.ImagXpress13.Net
Enabled Property (Toolbar)




Gets and sets if the toolbar is enabled.
Syntax
'Declaration
 
Public Property Enabled As Boolean
'Usage
 
Dim instance As Toolbar
Dim value As Boolean
 
instance.Enabled = value
 
value = instance.Enabled
public bool Enabled {get; set;}
public: __property bool get_Enabled();
public: __property void set_Enabled( 
   bool value
);
public:
property bool Enabled {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true when the toolbar is enabled. Otherwise, false is used.
See Also

Reference

Toolbar Class
Toolbar Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback