WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeNodeAdvStyleInfo

    Show / Hide Table of Contents

    Class TreeNodeAdvStyleInfo

    Contains appearance and behavior information regarding the TreeNodeAdvs.

    Inheritance
    System.Object
    ShouldSerializeBasedPersisterType
    StyleInfoBase
    StyleInfoSubObjectBase
    TreeNodeAdvStyleInfo
    ChildTreeNodeAdvStyleInfo
    Implements
    System.ComponentModel.ICustomTypeDescriptor
    System.IDisposable
    IStyleInfo
    System.ComponentModel.ISupportInitialize
    System.IFormattable
    System.IConvertible
    System.Xml.Serialization.IXmlSerializable
    IStyleInfoSubObject
    Inherited Members
    StyleInfoSubObjectBase.Dispose(Boolean)
    StyleInfoSubObjectBase.IntGetDefaultStyleInfo(StyleInfoProperty)
    StyleInfoSubObjectBase.MakeCopy(StyleInfoBase, StyleInfoProperty)
    StyleInfoSubObjectBase.SubObjectIdentity
    StyleInfoSubObjectBase.Sip
    StyleInfoSubObjectBase.Data
    StyleInfoSubObjectBase.Owner
    StyleInfoBase.WriteXml(XmlWriter)
    StyleInfoBase.ReadXml(XmlReader)
    StyleInfoBase.SetStore(StyleInfoStore)
    StyleInfoBase.ClearCache()
    StyleInfoBase.Dispose()
    StyleInfoBase.Equals(Object)
    StyleInfoBase.EqualsObject(Object, Object)
    StyleInfoBase.GetHashCode()
    StyleInfoBase.ToString()
    StyleInfoBase.ToString(String)
    StyleInfoBase.ToString(String, IFormatProvider)
    StyleInfoBase.ParseString(String)
    StyleInfoBase.BeginInit()
    StyleInfoBase.EndInit()
    StyleInfoBase.BeginUpdate()
    StyleInfoBase.EndUpdate()
    StyleInfoBase.GetDefaultStyleInfoStore(StyleInfoProperty)
    StyleInfoBase.OnStyleChanging(StyleInfoProperty)
    StyleInfoBase.IsSubset(IStyleInfo)
    StyleInfoBase.CopyFrom(IStyleInfo)
    StyleInfoBase.ModifyStyle(IStyleInfo, StyleModifyType)
    StyleInfoBase.InheritStyle(IStyleInfo, StyleModifyType)
    StyleInfoBase.MergeStyle(IStyleInfo)
    StyleInfoBase.HasValue(StyleInfoProperty)
    StyleInfoBase.IsValueModified(StyleInfoProperty)
    StyleInfoBase.ResetValue(StyleInfoProperty)
    StyleInfoBase.GetValue(StyleInfoProperty)
    StyleInfoBase.GetDefaultValue(StyleInfoProperty)
    StyleInfoBase.GetShortValue(StyleInfoProperty)
    StyleInfoBase.SetValue(StyleInfoProperty, Object)
    StyleInfoBase.SetValue(StyleInfoProperty, Int16)
    StyleInfoBase.IConvertible.ToUInt64(IFormatProvider)
    StyleInfoBase.IConvertible.ToSByte(IFormatProvider)
    StyleInfoBase.IConvertible.ToDouble(IFormatProvider)
    StyleInfoBase.IConvertible.ToDateTime(IFormatProvider)
    StyleInfoBase.IConvertible.ToSingle(IFormatProvider)
    StyleInfoBase.IConvertible.ToBoolean(IFormatProvider)
    StyleInfoBase.IConvertible.ToInt32(IFormatProvider)
    StyleInfoBase.IConvertible.ToUInt16(IFormatProvider)
    StyleInfoBase.IConvertible.ToInt16(IFormatProvider)
    StyleInfoBase.IConvertible.ToString(IFormatProvider)
    StyleInfoBase.IConvertible.ToByte(IFormatProvider)
    StyleInfoBase.IConvertible.ToChar(IFormatProvider)
    StyleInfoBase.IConvertible.ToInt64(IFormatProvider)
    StyleInfoBase.IConvertible.GetTypeCode()
    StyleInfoBase.IConvertible.ToDecimal(IFormatProvider)
    StyleInfoBase.IConvertible.ToType(Type, IFormatProvider)
    StyleInfoBase.IConvertible.ToUInt32(IFormatProvider)
    StyleInfoBase.Identity
    StyleInfoBase.CacheValues
    StyleInfoBase.WeakReferenceChangedListeners
    StyleInfoBase.Updating
    StyleInfoBase.IsEmpty
    StyleInfoBase.IsChanged
    StyleInfoBase.Changed
    StyleInfoBase.Changing
    ShouldSerializeBasedPersisterType.GetNewAttributesCount(PropertyDescriptor)
    ShouldSerializeBasedPersisterType.AddNewAttributes(PropertyDescriptor, Attribute[], Int32)
    ShouldSerializeBasedPersisterType.GetCustomPDC(PropertyDescriptorCollection)
    ShouldSerializeBasedPersisterType.CheckAllProperties
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class TreeNodeAdvStyleInfo : StyleInfoSubObjectBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject

    Constructors

    TreeNodeAdvStyleInfo()

    Overloaded. Initalizes a new style object.

    Declaration
    public TreeNodeAdvStyleInfo()

    TreeNodeAdvStyleInfo(StyleInfoSubObjectIdentity)

    Initalizes a new style object and associates it with an existing Syncfusion.Windows.Forms.Tools.TreeNodeAdvStyleInfoIdentity.

    Declaration
    public TreeNodeAdvStyleInfo(StyleInfoSubObjectIdentity identity)
    Parameters
    Type Name Description
    StyleInfoSubObjectIdentity identity

    A Syncfusion.Windows.Forms.Tools.TreeNodeAdvStyleInfoIdentity that holds the indentity for this TreeNodeAdvStyleInfo.

    TreeNodeAdvStyleInfo(StyleInfoSubObjectIdentity, TreeNodeAdvStyleInfoStore)

    Initalizes a new style object and associates it with an existing Syncfusion.Windows.Forms.Tools.TreeNodeAdvStyleInfoIdentity.

    Declaration
    public TreeNodeAdvStyleInfo(StyleInfoSubObjectIdentity identity, TreeNodeAdvStyleInfoStore store)
    Parameters
    Type Name Description
    StyleInfoSubObjectIdentity identity

    A Syncfusion.Windows.Forms.Tools.TreeNodeAdvStyleInfoIdentity that holds the indentity for this TreeNodeAdvStyleInfo.

    TreeNodeAdvStyleInfoStore store

    A TreeNodeAdvStyleInfoStore that holds data for this TreeNodeAdvStyleInfo. All changes in this style object will be saved in the TreeNodeAdvStyleInfoStore object.

    TreeNodeAdvStyleInfo(TreeNodeAdvStyleInfo)

    Initalizes a new style object and copies all data from an existing style object.

    Declaration
    public TreeNodeAdvStyleInfo(TreeNodeAdvStyleInfo style)
    Parameters
    Type Name Description
    TreeNodeAdvStyleInfo style

    The style object that contains the original data.

    TreeNodeAdvStyleInfo(TreeNodeAdvStyleInfoStore)

    Initalizes a new style object and associates it with an existing TreeNodeAdvStyleInfoStore.

    Declaration
    public TreeNodeAdvStyleInfo(TreeNodeAdvStyleInfoStore store)
    Parameters
    Type Name Description
    TreeNodeAdvStyleInfoStore store

    A TreeNodeAdvStyleInfoStore that holds data for this TreeNodeAdvStyleInfo. All changes in this style object will be saved in the TreeNodeAdvStyleInfoStore object.

    Fields

    Empty

    An empty style object.

    Declaration
    public static readonly TreeNodeAdvStyleInfo Empty
    Field Value
    Type Description
    TreeNodeAdvStyleInfo

    Properties

    ArrowColor

    Gets or sets the ArrowColor of the TreeNodeAdv in normal state

    Declaration
    [ThemeStudio]
    public Color ArrowColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    BackColor

    Gets / sets the BackColor of the node.

    Declaration
    [ThemeStudio]
    public Color BackColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    Background

    Gets / sets the background of the node.

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

    BaseStyle

    Gets / sets the base style for the node from which to inherit.

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

    The specified base style should be available in the BaseStyles collection.

    CheckBoxBackColor

    Gets / sets the CheckBox BackColor of the node.

    Declaration
    [ThemeStudio]
    public Color CheckBoxBackColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    CheckBoxBackground

    Indicates the background of checkbox .

    Declaration
    [ThemeStudio]
    public Brush CheckBoxBackground { get; set; }
    Property Value
    Type Description
    System.Drawing.Brush

    CheckBoxBorderColor

    Gets / sets the CheckBox Border of the node.

    Declaration
    [ThemeStudio]
    public Color CheckBoxBorderColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    CheckBoxHoverBackColor

    Gets or sets the hover back color of the checkbox in TreeNodeAdv

    Declaration
    [ThemeStudio]
    public Color CheckBoxHoverBackColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    CheckBoxHoverBorderColor

    Gets or sets the hover border color of the checkbox in TreeNodeAdv

    Declaration
    [ThemeStudio]
    public Color CheckBoxHoverBorderColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    CheckBoxTickThickness

    Indicates the Thickness of CheckBox tick.

    Declaration
    [ThemeStudio]
    public int CheckBoxTickThickness { get; set; }
    Property Value
    Type Description
    System.Int32

    CheckColor

    Indicates the color of check symbol.

    Declaration
    [ThemeStudio]
    public Color CheckColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    CheckState

    Gets / sets the checkState of the node.

    Declaration
    public CheckState CheckState { get; set; }
    Property Value
    Type Description
    System.Windows.Forms.CheckState

    ClosedImgIndex

    Gets / sets the image index in the StateImageList where the node is not expanded.

    Declaration
    public int ClosedImgIndex { get; set; }
    Property Value
    Type Description
    System.Int32

    CompareOptions

    Gets / sets the compare options used in the sorting of the node.

    Declaration
    public CompareOptions CompareOptions { get; set; }
    Property Value
    Type Description
    System.Globalization.CompareOptions

    Comparer

    Gets / sets the System.Collections.IComparer object that compares two nodes.

    Declaration
    public IComparer Comparer { get; set; }
    Property Value
    Type Description
    System.Collections.IComparer

    Culture

    Gets / sets the culture of the node used while sorting.

    Declaration
    public CultureInfo Culture { get; set; }
    Property Value
    Type Description
    System.Globalization.CultureInfo

    Default

    Returns a TreeNodeAdvStyleInfo with default settings.

    Declaration
    public static TreeNodeAdvStyleInfo Default { get; }
    Property Value
    Type Description
    TreeNodeAdvStyleInfo

    DisabledArrowColor

    Gets or sets the ArrowColor of the TreeNodeAdv in disabled state

    Declaration
    [ThemeStudio]
    public Color DisabledArrowColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    DisabledTextColor

    Gets / sets the Color of the text in disabled state

    Declaration
    [ThemeStudio]
    public virtual Color DisabledTextColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    DisplayMember

    Gets / sets the display member of the data bound to the node.

    Declaration
    public string DisplayMember { get; set; }
    Property Value
    Type Description
    System.String

    Enabled

    Indicates whether the node is enabled.

    Declaration
    public bool Enabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnabledButtons

    Indicates whether the buttons in the node are enabled.

    Declaration
    public bool EnabledButtons { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnsureDefaultOptionedChild

    Indicates whether the first child should be marked as if none of the other children is Optioned in a parent node.

    Declaration
    public bool EnsureDefaultOptionedChild { get; set; }
    Property Value
    Type Description
    System.Boolean

    True to ensure a default optioned child. False otherwise.

    Font

    Gets / sets the font of the node.

    Declaration
    [ThemeStudio]
    public virtual Font Font { get; set; }
    Property Value
    Type Description
    System.Drawing.Font

    HasBackground

    Declaration
    public bool HasBackground { get; }
    Property Value
    Type Description
    System.Boolean

    HasBaseStyle

    Declaration
    public bool HasBaseStyle { get; }
    Property Value
    Type Description
    System.Boolean

    HasCheckState

    Declaration
    public bool HasCheckState { get; }
    Property Value
    Type Description
    System.Boolean

    HasClosedImgIndex

    Declaration
    public bool HasClosedImgIndex { get; }
    Property Value
    Type Description
    System.Boolean

    HasCompareOptions

    Declaration
    public bool HasCompareOptions { get; }
    Property Value
    Type Description
    System.Boolean

    HasComparer

    Declaration
    public bool HasComparer { get; }
    Property Value
    Type Description
    System.Boolean

    HasEnabled

    Declaration
    public bool HasEnabled { get; }
    Property Value
    Type Description
    System.Boolean

    HasEnsureDefaultOptinedChild

    Declaration
    public bool HasEnsureDefaultOptinedChild { get; }
    Property Value
    Type Description
    System.Boolean

    HasFont

    Declaration
    public virtual bool HasFont { get; }
    Property Value
    Type Description
    System.Boolean

    HasHeight

    Declaration
    public virtual bool HasHeight { get; }
    Property Value
    Type Description
    System.Boolean

    HasInteractiveCheckBox

    Declaration
    public bool HasInteractiveCheckBox { get; }
    Property Value
    Type Description
    System.Boolean

    HasLeftImageIndices

    Declaration
    public bool HasLeftImageIndices { get; }
    Property Value
    Type Description
    System.Boolean

    HasNoChildrenImgIndex

    Declaration
    public bool HasNoChildrenImgIndex { get; }
    Property Value
    Type Description
    System.Boolean

    HasOpenImgIndex

    Declaration
    public bool HasOpenImgIndex { get; }
    Property Value
    Type Description
    System.Boolean

    HasRightImageIndices

    Declaration
    public bool HasRightImageIndices { get; }
    Property Value
    Type Description
    System.Boolean

    HasShowCheckBox

    Declaration
    public bool HasShowCheckBox { get; }
    Property Value
    Type Description
    System.Boolean

    HasShowOptionButton

    Declaration
    public bool HasShowOptionButton { get; }
    Property Value
    Type Description
    System.Boolean

    HasShowPlusMinus

    Declaration
    public bool HasShowPlusMinus { get; }
    Property Value
    Type Description
    System.Boolean

    HasSortOrder

    Declaration
    public bool HasSortOrder { get; }
    Property Value
    Type Description
    System.Boolean

    HasSortType

    Declaration
    public bool HasSortType { get; }
    Property Value
    Type Description
    System.Boolean

    HasTag

    Declaration
    public bool HasTag { get; }
    Property Value
    Type Description
    System.Boolean

    HasTextColor

    Declaration
    public virtual bool HasTextColor { get; }
    Property Value
    Type Description
    System.Boolean

    HasThemesEnabled

    Declaration
    public bool HasThemesEnabled { get; }
    Property Value
    Type Description
    System.Boolean

    Height

    Gets / sets the height of the node.

    Declaration
    public virtual int Height { get; set; }
    Property Value
    Type Description
    System.Int32

    HelpText

    Gets / sets the help text of the node.

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

    HoverArrowColor

    Gets or sets the ArrowColor of the TreeNodeAdv in hover state

    Declaration
    [ThemeStudio]
    public Color HoverArrowColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    HoverBackColor

    Gets / sets the Hover BackColor of the node.

    Declaration
    [ThemeStudio]
    public Color HoverBackColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    HoverCheckedTickColor

    Gets or sets the hover color of the checkbox's tick in TreeNodeAdv

    Declaration
    [ThemeStudio]
    public Color HoverCheckedTickColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    HoverTextColor

    Gets / sets the Color of the text in Hover state.

    Declaration
    [ThemeStudio]
    public virtual Color HoverTextColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    InteractiveCheckBox

    Indicates whether the node will have an interactive checkbox.

    Declaration
    public bool InteractiveCheckBox { get; set; }
    Property Value
    Type Description
    System.Boolean

    IntermediateCheckBoxBackground

    Indicates the background of checkbox when it is in intermediate state.

    Declaration
    [ThemeStudio]
    public Brush IntermediateCheckBoxBackground { get; set; }
    Property Value
    Type Description
    System.Drawing.Brush

    IntermediateCheckColor

    Indicates the color of intermediate check symbol.

    Declaration
    [ThemeStudio]
    public Color IntermediateCheckColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    LabelEdit

    Gets / Sets whether to allow Node Editing and this is applicable only when LabelEdit is enabled in TreeViewAdv

    Declaration
    public bool LabelEdit { get; set; }
    Property Value
    Type Description
    System.Boolean

    LeftImageIndices

    Gets / sets the image indices of the images to be drawn on the left of the node`s text.

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

    Name

    Gets / sets the name of the node.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    NoChildrenImgIndex

    Gets / sets the image index indicating the image in the StateImageList where the node has no children.

    Declaration
    public int NoChildrenImgIndex { get; set; }
    Property Value
    Type Description
    System.Int32

    OpenImgIndex

    Gets / sets the image index in the StateImageList where the node is expanded.

    Declaration
    public int OpenImgIndex { get; set; }
    Property Value
    Type Description
    System.Int32

    OptionButtonBackColor

    Gets or sets the OptionButton BackColor of the TreeNodeAdv in normal state

    Declaration
    [ThemeStudio]
    public Color OptionButtonBackColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    OptionButtonBorderColor

    Gets or sets the OptionButton BorderColor of the TreeNodeAdv in normal state

    Declaration
    [ThemeStudio]
    public Color OptionButtonBorderColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    OptionButtonColor

    Indicates the color of Option button.

    Declaration
    [ThemeStudio]
    public Color OptionButtonColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    OptionButtonHoverBackColor

    Gets or sets the option button back color of the TreeNodeAdv in hover state.

    Declaration
    [ThemeStudio]
    public Color OptionButtonHoverBackColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    OptionButtonHoverBorderColor

    Gets or sets the option button border color of the TreeNodeAdv in hover state.

    Declaration
    [ThemeStudio]
    public Color OptionButtonHoverBorderColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    OptionButtonHoverColor

    Gets or sets option button inner circle color of the TreeNodeAdv in hover state.

    Declaration
    [ThemeStudio]
    public Color OptionButtonHoverColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    PressedArrowColor

    Gets or sets the ArrowColor of the TreeNodeAdv in pressed state

    Declaration
    [ThemeStudio]
    public Color PressedArrowColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    RightImageIndices

    Gets / sets the image indices of the images to be drawn on the right of the node`s text.

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

    SelectedBackColor

    Gets / sets the Selected BackColor of the node.

    Declaration
    [ThemeStudio]
    public Color SelectedBackColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    SelectedOptionButtonColor

    Indicates the color of Selected Option button.

    Declaration
    public Color SelectedOptionButtonColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    SelectedTextColor

    Gets / sets the Color of the text in selected state.

    Declaration
    [ThemeStudio]
    public virtual Color SelectedTextColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    ShowCheckBox

    Indicates whether the checkbox of the node is visible.

    Declaration
    public bool ShowCheckBox { get; set; }
    Property Value
    Type Description
    System.Boolean

    ShowOptionButton

    Indicates whether the option button of the node is visible.

    Declaration
    public bool ShowOptionButton { get; set; }
    Property Value
    Type Description
    System.Boolean

    ShowPlusMinus

    Indicates whether the plus/minus of the node is visible.

    Declaration
    public bool ShowPlusMinus { get; set; }
    Property Value
    Type Description
    System.Boolean

    SortOrder

    Gets / sets the sort order of the node.

    Declaration
    public SortOrder SortOrder { get; set; }
    Property Value
    Type Description
    System.Windows.Forms.SortOrder

    SortType

    Gets / sets the sort type of the node.

    Declaration
    public TreeNodeAdvSortType SortType { get; set; }
    Property Value
    Type Description
    TreeNodeAdvSortType

    Store

    Returns the TreeNodeAdvStyleInfoStore object that holds all the data for this style object.

    Declaration
    public TreeNodeAdvStyleInfoStore Store { get; }
    Property Value
    Type Description
    TreeNodeAdvStyleInfoStore

    Tag

    Gets / sets the tag of the node. Can be used to store additional information for the node.

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

    Text

    Gets / sets the text of the node.

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

    TextColor

    Gets / sets the Color of the text.

    Declaration
    [ThemeStudio]
    public virtual Color TextColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    ThemesEnabled

    Indicates whether the node`s controls will be themed.

    Declaration
    public bool ThemesEnabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    CreateSubObjectIdentity(StyleInfoProperty)

    Declaration
    public override StyleInfoSubObjectIdentity CreateSubObjectIdentity(StyleInfoProperty sip)
    Parameters
    Type Name Description
    StyleInfoProperty sip
    Returns
    Type Description
    StyleInfoSubObjectIdentity
    Overrides
    StyleInfoBase.CreateSubObjectIdentity(StyleInfoProperty)

    GetDefaultStyle()

    Declaration
    protected override StyleInfoBase GetDefaultStyle()
    Returns
    Type Description
    StyleInfoBase
    Overrides
    StyleInfoBase.GetDefaultStyle()

    GetNode()

    Returns the TreeNodeAdv for this style or null if style is used outside a grid model.

    Declaration
    public TreeNodeAdv GetNode()
    Returns
    Type Description
    TreeNodeAdv

    The TreeNodeAdv this style belongs to or null.

    OnStyleChanged(StyleInfoProperty)

    Declaration
    protected override void OnStyleChanged(StyleInfoProperty sip)
    Parameters
    Type Name Description
    StyleInfoProperty sip
    Overrides
    StyleInfoSubObjectBase.OnStyleChanged(StyleInfoProperty)

    ResetBackground()

    Declaration
    public void ResetBackground()

    ResetBaseStyle()

    Declaration
    public void ResetBaseStyle()

    ResetCheckState()

    Declaration
    public void ResetCheckState()

    ResetClosedImgIndex()

    Declaration
    public void ResetClosedImgIndex()

    ResetCompareOptions()

    Declaration
    public void ResetCompareOptions()

    ResetComparer()

    Declaration
    public void ResetComparer()

    ResetCulture()

    Declaration
    public void ResetCulture()

    ResetDisplayMember()

    Declaration
    public void ResetDisplayMember()

    ResetEnabled()

    Declaration
    public void ResetEnabled()

    ResetEnabledButtons()

    Declaration
    public void ResetEnabledButtons()

    ResetEnsureDefaultOptinedChild()

    Declaration
    [Obsolete("ResetEnsureDefaultOptinedChild is deprecated, please use ResetEnsureDefaultOptionedChild instead.")]
    public void ResetEnsureDefaultOptinedChild()

    ResetEnsureDefaultOptionedChild()

    Declaration
    public void ResetEnsureDefaultOptionedChild()

    ResetFont()

    Declaration
    public void ResetFont()

    ResetHeight()

    Declaration
    public void ResetHeight()

    ResetHelpText()

    Declaration
    public void ResetHelpText()

    ResetInteractiveCheckBox()

    Declaration
    public void ResetInteractiveCheckBox()

    ResetLeftImageIndices()

    Declaration
    public void ResetLeftImageIndices()

    ResetNoChildrenImgIndex()

    Declaration
    public void ResetNoChildrenImgIndex()

    ResetOpenImgIndex()

    Declaration
    public void ResetOpenImgIndex()

    ResetRightImageIndices()

    Declaration
    public void ResetRightImageIndices()

    ResetShowCheckBox()

    Declaration
    public void ResetShowCheckBox()

    ResetShowOptionButton()

    Declaration
    public void ResetShowOptionButton()

    ResetShowPlusMinus()

    Declaration
    public void ResetShowPlusMinus()

    ResetSortOrder()

    Declaration
    public void ResetSortOrder()

    ResetSortType()

    Declaration
    public void ResetSortType()

    ResetTag()

    Declaration
    public void ResetTag()

    ResetText()

    Declaration
    public void ResetText()

    ResetTextColor()

    Declaration
    public void ResetTextColor()

    ResetThemesEnabled()

    Declaration
    public void ResetThemesEnabled()

    Implements

    System.ComponentModel.ICustomTypeDescriptor
    System.IDisposable
    IStyleInfo
    System.ComponentModel.ISupportInitialize
    System.IFormattable
    System.IConvertible
    System.Xml.Serialization.IXmlSerializable
    IStyleInfoSubObject
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved