ComponentOne FinancialChart for WPF
ShowButtons Property



C1.WPF Namespace > C1NumericBox Class : ShowButtons Property
Shows or hides the buttons for Increment or Decrement.
Syntax
'Declaration
 
Public Property ShowButtons As Boolean
'Usage
 
Dim instance As C1NumericBox
Dim value As Boolean
 
instance.ShowButtons = value
 
value = instance.ShowButtons
public bool ShowButtons {get; set;}
public:
property bool ShowButtons {
   bool get();
   void set (    bool value);
}
See Also

Reference

C1NumericBox Class
C1NumericBox Members