Accusoft.NotateXpress13.Net
ToolbarActivated Property




Gets and sets whether the NotateXpress toolbar is available for use.
Syntax
public bool ToolbarActivated {get; set;}
public: __property bool get_ToolbarActivated();
public: __property void set_ToolbarActivated( 
   bool value
);
public:
property bool ToolbarActivated {
   bool get();
   void set (    bool value);
}
'Declaration
 
Public Property ToolbarActivated As Boolean
 
'Usage
 
Dim instance As ToolbarDefaults
Dim value As Boolean
 
instance.ToolbarActivated = value
 
value = instance.ToolbarActivated

Property Value

A boolean value which is true if the toolbar is available for use. Otherwise, false is returned.
Remarks

The default value is true.

Note: If you do not intend to use the toolbar, setting this property to false conserves system resources.

See Also

Reference

ToolbarDefaults Class
ToolbarDefaults Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback