Accusoft.NotateXpress13.Net
ToolbarHeight Property




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

Property Value

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

Reference

ToolbarDefaults Class
ToolbarDefaults Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback