BCGControlBar Library for .NET
DrawCheckBox Property (GalleryControl)




Draws check box at the left side of a gallery item, or draws check box around item's image. Used in Menu mode.
Syntax
'Declaration
 
Public Property DrawCheckBox As Boolean
'Usage
 
Dim instance As GalleryControl
Dim value As Boolean
 
instance.DrawCheckBox = value
 
value = instance.DrawCheckBox
public bool DrawCheckBox {get; set;}
public: __property bool get_DrawCheckBox();
public: __property void set_DrawCheckBox( 
   bool value
);
public:
property bool DrawCheckBox {
   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