BCGControlBar Library for .NET
HasSpinButton Property




The HasSpinButton property reports the presence of Up and Down buttons within the control. These buttons are used to increase or decrease value on the currently selected field.
The default value is true.
Syntax
'Declaration
 
Public Property HasSpinButton As Boolean
'Usage
 
Dim instance As ToolbarDateTimeControl
Dim value As Boolean
 
instance.HasSpinButton = value
 
value = instance.HasSpinButton
public bool HasSpinButton {get; set;}
public: __property bool get_HasSpinButton();
public: __property void set_HasSpinButton( 
   bool value
);
public:
property bool HasSpinButton {
   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