BCGControlBar Library for .NET
PopupMode Property (ToolbarGalleryButton)




Specifies how the gallery is placed on the parent command bar. If this value is true, the gallery is represented as regular menu button, which opens a gallery in the Full mode. Otherwise the gallery is shown in Compact mode.
Syntax
'Declaration
 
Public Overrides Property PopupMode As Boolean
'Usage
 
Dim instance As ToolbarGalleryButton
Dim value As Boolean
 
instance.PopupMode = value
 
value = instance.PopupMode
public override bool PopupMode {get; set;}
public: __property bool get_PopupMode() override;
public: __property void set_PopupMode( 
   bool value
) override;
public:
property bool PopupMode {
   bool get() override;
   void set (    bool value) override;
}
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

ToolbarGalleryButton Class
ToolbarGalleryButton Members
Base Implementation in PopupMode

Send Feedback