ComponentOne Basic Library for WPF and Silverlight
ShowButtons Property (C1NumericBox)


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

Reference

C1NumericBox Class
C1NumericBox Members