TreeView for WinForms | ComponentOne
C1.Framework Namespace / Style Class / Pressed Property

In This Topic
    Pressed Property (Style)
    In This Topic
    Gets or sets the style to be used when the element is pressed.
    Syntax
    'Declaration
     
    
    <BrowsableAttribute(False)>
    <DefaultValueAttribute("")>
    Public Property Pressed As Style
    [Browsable(false)]
    [DefaultValue("")]
    public Style Pressed {get; set;}
    See Also