menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ITreeNodeAdvSubItemStyle - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface ITreeNodeAdvSubItemStyle

    Provides the functionality of all sub item in a TreeNodeAdv.

    Namespace: Syncfusion.Windows.Forms.Tools.MultiColumnTreeView
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public interface ITreeNodeAdvSubItemStyle

    Properties

    Background

    Declaration
    BrushInfo Background { get; set; }
    Property Value
    Type
    BrushInfo

    BaseStyle

    Declaration
    string BaseStyle { get; set; }
    Property Value
    Type
    System.String

    Font

    Declaration
    Font Font { get; set; }
    Property Value
    Type
    System.Drawing.Font

    HelpText

    Declaration
    string HelpText { get; set; }
    Property Value
    Type
    System.String

    LeftImage

    Declaration
    Image LeftImage { get; set; }
    Property Value
    Type
    System.Drawing.Image

    LeftImageIndices

    Declaration
    int[] LeftImageIndices { get; set; }
    Property Value
    Type
    System.Int32[]

    LeftImagePadding

    Declaration
    int LeftImagePadding { get; set; }
    Property Value
    Type
    System.Int32

    RightImage

    Declaration
    Image RightImage { get; set; }
    Property Value
    Type
    System.Drawing.Image

    RightImageIndices

    Declaration
    int[] RightImageIndices { get; set; }
    Property Value
    Type
    System.Int32[]

    RightImagePadding

    Declaration
    int RightImagePadding { get; set; }
    Property Value
    Type
    System.Int32

    Tag

    Declaration
    object Tag { get; set; }
    Property Value
    Type
    System.Object

    Text

    Declaration
    string Text { get; set; }
    Property Value
    Type
    System.String

    TextColor

    Declaration
    Color TextColor { get; set; }
    Property Value
    Type
    System.Drawing.Color

    Methods

    ResetBackground()

    Declaration
    void ResetBackground()

    ResetBaseStyle()

    Declaration
    void ResetBaseStyle()

    ResetFont()

    Declaration
    void ResetFont()

    ResetHelpText()

    Declaration
    void ResetHelpText()

    ResetLeftImage()

    Declaration
    void ResetLeftImage()

    ResetLeftImageIndices()

    Declaration
    void ResetLeftImageIndices()

    ResetLeftImagePadding()

    Declaration
    void ResetLeftImagePadding()

    ResetRightImage()

    Declaration
    void ResetRightImage()

    ResetRightImageIndices()

    Declaration
    void ResetRightImageIndices()

    ResetRightImagePadding()

    Declaration
    void ResetRightImagePadding()

    ResetTag()

    Declaration
    void ResetTag()

    ResetText()

    Declaration
    void ResetText()

    ResetTextColor()

    Declaration
    void ResetTextColor()

    ShouldSerializeBackground()

    Declaration
    bool ShouldSerializeBackground()
    Returns
    Type
    System.Boolean

    ShouldSerializeBaseStyle()

    Declaration
    bool ShouldSerializeBaseStyle()
    Returns
    Type
    System.Boolean

    ShouldSerializeFont()

    Declaration
    bool ShouldSerializeFont()
    Returns
    Type
    System.Boolean

    ShouldSerializeHelpText()

    Declaration
    bool ShouldSerializeHelpText()
    Returns
    Type
    System.Boolean

    ShouldSerializeLeftImage()

    Declaration
    bool ShouldSerializeLeftImage()
    Returns
    Type
    System.Boolean

    ShouldSerializeLeftImageIndices()

    Declaration
    bool ShouldSerializeLeftImageIndices()
    Returns
    Type
    System.Boolean

    ShouldSerializeLeftImagePadding()

    Declaration
    bool ShouldSerializeLeftImagePadding()
    Returns
    Type
    System.Boolean

    ShouldSerializeRightImage()

    Declaration
    bool ShouldSerializeRightImage()
    Returns
    Type
    System.Boolean

    ShouldSerializeRightImageIndices()

    Declaration
    bool ShouldSerializeRightImageIndices()
    Returns
    Type
    System.Boolean

    ShouldSerializeRightImagePadding()

    Declaration
    bool ShouldSerializeRightImagePadding()
    Returns
    Type
    System.Boolean

    ShouldSerializeTag()

    Declaration
    bool ShouldSerializeTag()
    Returns
    Type
    System.Boolean

    ShouldSerializeText()

    Declaration
    bool ShouldSerializeText()
    Returns
    Type
    System.Boolean

    ShouldSerializeTextColor()

    Declaration
    bool ShouldSerializeTextColor()
    Returns
    Type
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved