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

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