Accusoft.NotateXpress13.Net
ToolbarWindowHandle Property




Gets the window handle of the toolbar.
Syntax
'Declaration
 
Public Property ToolbarWindowHandle As Integer
'Usage
 
Dim instance As ToolbarDefaults
Dim value As Integer
 
instance.ToolbarWindowHandle = value
 
value = instance.ToolbarWindowHandle
public int ToolbarWindowHandle {get; set;}
public: __property int get_ToolbarWindowHandle();
public: __property void set_ToolbarWindowHandle( 
   int value
);
public:
property int ToolbarWindowHandle {
   int get();
   void set (    int value);
}

Property Value

An integer which represents the window handle of the toolbar.
Remarks
Since NotateXpress works hard to keep the toolbar synchronized with the state of the control, you should restrict your manipulation of the window to such things as repositioning it.
See Also

Reference

ToolbarDefaults Class
ToolbarDefaults Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback