TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / TreeNodeCellStyles Class / Hot Property

In This Topic
    Hot Property (TreeNodeCellStyles)
    In This Topic
    Gets the hot styles.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("TreeNodeCellStyles.Hot", "Gets the hot styles.")>
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
    Public ReadOnly Property Hot As NodeCellStyle
    [C1Description("TreeNodeCellStyles.Hot", "Gets the hot styles.")]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
    public NodeCellStyle Hot {get;}
    See Also