Accusoft.NotateXpress13.Net
ToolbarWidth Property




Gets and sets the width of the toolbar.
Syntax
'Declaration
 
Public Property ToolbarWidth As Integer
'Usage
 
Dim instance As ToolbarDefaults
Dim value As Integer
 
instance.ToolbarWidth = value
 
value = instance.ToolbarWidth
public int ToolbarWidth {get; set;}
public: __property int get_ToolbarWidth();
public: __property void set_ToolbarWidth( 
   int value
);
public:
property int ToolbarWidth {
   int get();
   void set (    int value);
}

Property Value

An integer which represents the width of the toolbar measured in tools.
See Also

Reference

ToolbarDefaults Class
ToolbarDefaults Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback