Input for WinForms | ComponentOne
C1.Win.Input.Base.Views Namespace / DropDownEditorViewBase Class / IsPressed Property

In This Topic
    IsPressed Property (DropDownEditorViewBase)
    In This Topic
    Gets or sets whether the element should be displayed using the Style.Pressed style.
    Syntax
    'Declaration
     
    
    Public Property IsPressed As Boolean
    public bool IsPressed {get; set;}
    See Also