menu

WinForms

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

    Show / Hide Table of Contents

    Class StyleInfoSubObjectIdentity

    Provides style identity information for subobjects.

    Inheritance
    System.Object
    StyleInfoIdentityBase
    StyleInfoSubObjectIdentity
    CachedStyleInfoSubObjectIdentity
    BulletGraphStyleInfoIdentity
    ButtonAdvStyleInfoIdentity
    CalculatorControlStyleInfoIdentity
    CalculatorToolTipStyleInfoIdentity
    CollapsedViewGroupBarStyleInfoIdentity
    ColorUIControlStyleInfoIdentity
    ContextChoiceStyleInfoIdentity
    ContextPromptStyleInfoIdentity
    RulerStyleInfoIdentity
    SelectorStyleInfoIdentity
    DialogBoxStyleInfoIdentity
    EditControlStyleInfoIdentity
    LinearGaugeStyleInfoIdentity
    RadialGaugeStyleInfoIdentity
    GridCellButtonStyleInfoIdentity
    GridCellSelectionStyleInfoIdentity
    GridCellStyleInfoIdentity
    GridCheckBoxCellStyleInfoIdentity
    GridComboBoxCellStyleInfoIdentity
    GridRadioButtonCellStyleInfoIdentity
    GroupBarCollapseButtonStyleInfoIdentity
    GroupBarItemStyleInfoIdentity
    GroupBarOptionButtonStyleInfoIdentity
    GroupBarStyleInfoIdentity
    GroupViewItemStyleInfoIdentity
    GroupViewStyleInfoIdentity
    MapsStyleInfoIdentity
    MessageBoxAdvDetailsViewStyleInfoIdentity
    MessageBoxAdvStyleInfoIdentity
    MessageBoxAdvTitleBarStyleInfoIdentity
    NavigateArrowStyleInfoIdentity
    PdfDocumentViewStyleInfoIdentity
    PdfViewerStyleInfoIdentity
    EditMenuStyleInfoIdentity
    ExpanderStyleInfoIdentity
    FilterDropDownStyleInfoIdentity
    GroupBarItemStyleInfoIdentity
    GroupBarStyleInfoIdentity
    PivotGridControlStyleInfoIdentity
    PivotValueChooserStyleInfoIdentity
    SchemaDesignerItemStyleInfoIdentity
    SchemaDesignerStyleInfoIdentity
    BackStageStyleInfoIdentity
    RibbonControlAdvStyleInfoIdentity
    RibbonDisplayOptionStyleInfoIdentity
    RibbonPanelStyleInfoIdentity
    ScrollBarStyleInfoIdentity
    ScrollButtonsStyleInfoIdentity
    SpellCheckerAdvStyleInfoIdentity
    SplitterBarStyleInfoIdentity
    SplitterControlStyleInfoIdentity
    ContextMenuStyleInfoIdentity
    FormulaBarStyleInfoIdentity
    SpreadsheetHeaderStyleInfoIdentity
    SpreadsheetVisualStyleInfoIdentity
    StackedViewGroupBarStyleInfoIdentity
    SuggestionItemStyleInfoIdentity
    TabBarStyleInfoIdentity
    AutoCompleteBaseStyleInfoIdentity
    AutoCompleteStyleInfoIdentity
    AutoHideStyleInfoIdentity
    AutoLabelStyleInfoIdentity
    ButtonEditStyleInfoIdentity
    ColorPickerUIAdvStyleInfoIdentity
    ComboBoxAdvStyleInfoIdentity
    CommandBarControllerVisualStyleInfoIdentity
    CommandBarIconStyleInfoIdentity
    ContextMenuStripExStyleInfoIdentity
    DockingManagerStyleInfoIdentity
    DockWindowStyleInfoIdentity
    DomainUpDownExtStyleInfoIdentity
    DropDownButtonStyleInfoIdentity
    DropDownStyleInfoIdentity
    EditableListStyleInfoIdentity
    EditableTabStyleInfoIdentity
    FloatWindowStyleInfoIdentity
    FontComboBoxStyleInfoIdentity
    FontListBoxStyleInfoIdentity
    GradientLabelStyleInfoIdentity
    GradientPanelStyleInfoIdentity
    ListItemStyleInfoIdentity
    MoreCommandsStyleInfoIdentity
    MultiColumnComboBoxStyleInfoIdentity
    MultiColumnComboDropDownButtonStyleInfoIdentity
    MultiColumnComboEditorStyleInfoIdentity
    MultiColumnTreeViewStyleInfoIdentity
    TreeNodeAdvSubItemStyleInfoIdentity
    NavigationDrawerVisualStyleInfoIdentity
    NavigationViewVisualStyleInfoIdentity
    NumericUpDownExtStyleInfoIdentity
    ProgressBarAdvStyleInfoIdentity
    RadialSliderStyleInfoIdentity
    RangeSliderStyleInfoIdentity
    RatingControlStyleInfoIdentity
    SfCarouselStyleInfoIdentity
    SplitButtonAdvStyleInfoIdentity
    SplitButtonStyleInfoIdentity
    SplitContainerAdvStyleInfoIdentity
    SplitterPageStyleInfoIdentity
    StatusBarAdvStyleInfoIdentity
    StatusBarPanelItemStyleInfoIdentity
    StatusStripExButtonStyleInfoIdentity
    StatusStripExDropDownStyleInfoIdentity
    StatusStripExStyleInfoIdentity
    SuperAcceleratorStyleInfoIdentity
    SuperToolTipStyleInfoIdentity
    TabbedFormStyleInfoIdentity
    TabbedMDIManagerStyleInfoIdentity
    TabControlAdvStyleInfoIdentity
    TabControlPrimitiveButtonStyleInfoIdentity
    TabSplitterContainerStyleInfoIdentity
    TabStyleInfoIdentity
    TextBoxExtStyleInfoIdentity
    TickControlStyleInfoIdentity
    ToggleButtonSliderStyleInfoIdentity
    ToggleButtonStyleInfoIdentity
    ToolStripExStyleInfoIdentity
    ToolTipControlStyleInfoIdentity
    TrackBarExStyleInfoIdentity
    TreeMenuItemStyleInfoIdentity
    TreeNavigatorStyleInfoIdentity
    TreeViewAdvStyleInfoIdentity
    WizardControlStyleInfoIdentity
    BarItemStyleInfoIdentity
    BarManagerStyleInfoIdentity
    ComboBoxBarItemStyleInfoIdentity
    PopupMenuStyleInfoIdentity
    ToolTipAdvStyleInfoIdentity
    ToolTipStyleInfoIdentity
    TreeMapStyleInfoIdentity
    ButtonStyleInfoIdentity
    FormStyleInfoIdentity
    ScrollBarStyleInfoIdentity
    CalendarStyleInfoIdentity
    DateTimeEditStyleInfoIdentity
    NumericTextBoxStyleInfoIdentity
    ComboBoxEditorStyleInfoIdentity
    ComboBoxStyleInfoIdentity
    SmithChartStyleInfoIdentity
    Implements
    System.IDisposable
    Inherited Members
    StyleInfoIdentityBase.GetBaseStyle(IStyleInfo, StyleInfoProperty)
    StyleInfoIdentityBase.GetBaseStyleNotEmptyExpandable(IStyleInfo, StyleInfoProperty)
    StyleInfoIdentityBase.InnerIdentity
    StyleInfoIdentityBase.IsDisposable
    StyleInfoIdentityBase.OnStyleChanged(StyleInfoBase, StyleInfoProperty)
    StyleInfoIdentityBase.OnStyleChanging(StyleInfoBase, StyleInfoProperty)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Styles
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class StyleInfoSubObjectIdentity : StyleInfoIdentityBase, IDisposable

    Constructors

    StyleInfoSubObjectIdentity(StyleInfoBase, StyleInfoProperty)

    Instantiates a new StyleInfoSubObjectIdentity for a given owner and StyleInfoProperty.

    Declaration
    public StyleInfoSubObjectIdentity(StyleInfoBase owner, StyleInfoProperty sip)
    Parameters
    Type Name Description
    StyleInfoBase owner

    The owner style of the sub object.

    StyleInfoProperty sip

    The identifier of the subobject in the owner object.

    Properties

    Owner

    Returns the owner style of the subobject.

    Declaration
    public StyleInfoBase Owner { get; }
    Property Value
    Type
    StyleInfoBase

    Sip

    Returns the identifier of the subobject in the owner object.

    Declaration
    public StyleInfoProperty Sip { get; }
    Property Value
    Type
    StyleInfoProperty

    Methods

    Dispose()

    Releases all the resources used by the component.

    Declaration
    public override void Dispose()
    Overrides
    StyleInfoIdentityBase.Dispose()

    GetBaseStyles(IStyleInfo)

    Returns an array with base styles for the specified style object.

    Declaration
    public override IStyleInfo[] GetBaseStyles(IStyleInfo thisStyleInfo)
    Parameters
    Type Name Description
    IStyleInfo thisStyleInfo

    The style object.

    Returns
    Type Description
    IStyleInfo[]

    An array of style objects that are base styles for the current style object.

    Overrides
    StyleInfoIdentityBase.GetBaseStyles(IStyleInfo)

    Implements

    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved