Gets the windows handle of the toolbar.
public: __property IntPtr get_Hwnd();
'Declaration
Public ReadOnly Property Hwnd As IntPtr
'Usage
Dim instance As Toolbar
Dim value As IntPtr
value = instance.Hwnd
Property Value
An
System.IntPtr value which represents the handle for the toolbar.