Accusoft.NotateXpress13.Net
Visible Property (Toolbar)




Gets and sets the toolbar's visible state.
Syntax
'Declaration
 
Public Property Visible As Boolean
'Usage
 
Dim instance As Toolbar
Dim value As Boolean
 
instance.Visible = value
 
value = instance.Visible
public bool Visible {get; set;}
public: __property bool get_Visible();
public: __property void set_Visible( 
   bool value
);
public:
property bool Visible {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true when the toolbar is visible to the application end-user. Otherwise, false is returned.
See Also

Reference

Toolbar Class
Toolbar Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback