BCGControlBar Library for .NET
IsMenuMode Property (GalleryControl)




Turns on and off the Menu mode. The Menu mode is relevant only when the Gallery works in Full mode.

In the Menu mode the gallery content is laid out as a regular popup menu, but with non-selectable caption items, which delimit the gallery groups.

Syntax
'Declaration
 
Public Property IsMenuMode As Boolean
'Usage
 
Dim instance As GalleryControl
Dim value As Boolean
 
instance.IsMenuMode = value
 
value = instance.IsMenuMode
public bool IsMenuMode {get; set;}
public: __property bool get_IsMenuMode();
public: __property void set_IsMenuMode( 
   bool value
);
public:
property bool IsMenuMode {
   bool get();
   void set (    bool value);
}
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

GalleryControl Class
GalleryControl Members

Send Feedback