ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / Element Class / IsPressed Property

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