InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputButton Class / Pressed Property

In This Topic
    Pressed Property (InputButton)
    In This Topic
    Gets or sets a value that indicates whether the button is pressed.
    Syntax
    'Declaration
     
    Public Property Pressed As Boolean
    public bool Pressed {get; set;}
    See Also