BCGControlBar Library for .NET
PopupGallery Property




A reference to internal popup gallery control. You can access this control to retrive gallery command objects at runtime.
Syntax
'Declaration
 
Public ReadOnly Property PopupGallery As GalleryControl
'Usage
 
Dim instance As ToolbarBaseGalleryButton
Dim value As GalleryControl
 
value = instance.PopupGallery
public GalleryControl PopupGallery {get;}
public: __property GalleryControl* get_PopupGallery();
public:
property GalleryControl^ PopupGallery {
   GalleryControl^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ToolbarBaseGalleryButton Class
ToolbarBaseGalleryButton Members

Send Feedback