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