ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1NumericBox Class / ShowButtons Property



In This Topic
    ShowButtons Property
    In This Topic
    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