Win32ToolBarButtons Property |
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public Win32ToolBarToolBarButtonCollection Buttons { get; }
Public ReadOnly Property Buttons As Win32ToolBarToolBarButtonCollection
Get
public:
property Win32ToolBarToolBarButtonCollection^ Buttons {
Win32ToolBarToolBarButtonCollection^ get ();
}
member Buttons : Win32ToolBarToolBarButtonCollection with get
Return Value
Type:
Win32ToolBarToolBarButtonCollectionA
Win32ToolBarToolBarButtonCollection that contains a collection of
Win32ToolBarButton controls.
See Also