BCGControlBar Library for .NET
CanBeChanged Property




Specifies if the user can change the value of the control. If the value of the property is true, the check button will be checked.
The default value is false
Syntax
'Declaration
 
Public Overridable Property CanBeChanged As Boolean
'Usage
 
Dim instance As ToolbarDateTimeControl
Dim value As Boolean
 
instance.CanBeChanged = value
 
value = instance.CanBeChanged
public virtual bool CanBeChanged {get; set;}
public: __property virtual bool get_CanBeChanged();
public: __property virtual void set_CanBeChanged( 
   bool value
);
public:
virtual property bool CanBeChanged {
   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