Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1NumericBox Class / ShowButtons Property

In This Topic
    ShowButtons Property (C1NumericBox)
    In This Topic
    Shows or hides the buttons for Increment or Decrement.
    Syntax
    'Declaration
     
    
    Public Property ShowButtons As Boolean
    public bool ShowButtons {get; set;}
    See Also