BCGControlBar Library for .NET
CheckSelectedItem Property




Specifies whether the Gallery control draws selected item as checked. Used in conjunction with the ShowCheckedState property.
Syntax
'Declaration
 
Public Property CheckSelectedItem As Boolean
'Usage
 
Dim instance As GalleryControl
Dim value As Boolean
 
instance.CheckSelectedItem = value
 
value = instance.CheckSelectedItem
public bool CheckSelectedItem {get; set;}
public: __property bool get_CheckSelectedItem();
public: __property void set_CheckSelectedItem( 
   bool value
);
public:
property bool CheckSelectedItem {
   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