BCGControlBar Library for .NET
PopupMode Property (ToolbarBaseGalleryButton)




Syntax
'Declaration
 
Public Overrides Property PopupMode As Boolean
'Usage
 
Dim instance As ToolbarBaseGalleryButton
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

ToolbarBaseGalleryButton Class
ToolbarBaseGalleryButton Members
Base Implementation in PopupMode

Send Feedback