Gets and sets whether the NotateXpress toolbar is available for use.
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.