BCGControlBar Library for .NET
ShowPressedState Property (GalleryControl)




Specifies whether the gallery control displays pressed items in pressed state (for example, in the Menu mode you may want to turn this option off).
Syntax
'Declaration
 
Public Property ShowPressedState As Boolean
'Usage
 
Dim instance As GalleryControl
Dim value As Boolean
 
instance.ShowPressedState = value
 
value = instance.ShowPressedState
public bool ShowPressedState {get; set;}
public: __property bool get_ShowPressedState();
public: __property void set_ShowPressedState( 
   bool value
);
public:
property bool ShowPressedState {
   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