BCGControlBar Library for .NET
HasCheckButton Property




Gets or sets a value whether the check button is visible within the control. User can check the button in order to enable or disable editing.
The default value is true.
Syntax
'Declaration
 
Public Property HasCheckButton As Boolean
'Usage
 
Dim instance As ToolbarDateTimeControl
Dim value As Boolean
 
instance.HasCheckButton = value
 
value = instance.HasCheckButton
public bool HasCheckButton {get; set;}
public: __property bool get_HasCheckButton();
public: __property void set_HasCheckButton( 
   bool value
);
public:
property bool HasCheckButton {
   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

ToolbarDateTimeControl Class
ToolbarDateTimeControl Members

Send Feedback