menu

WinForms

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

    Show / Hide Table of Contents

    Class TickControlVisualStyle

    Represents the class to define the style of control.

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

    Constructors

    TickControlVisualStyle()

    Initializes a new instance of the TickControlVisualStyle class.

    Declaration
    public TickControlVisualStyle()

    TickControlVisualStyle(TickControlStyleInfoIdentity)

    Initializes a new instance of the TickControlVisualStyle class.

    Declaration
    public TickControlVisualStyle(TickControlStyleInfoIdentity identity)
    Parameters
    Type Name Description
    TickControlStyleInfoIdentity identity

    A TickControlStyleInfoIdentity that holds the identity for this TickControlStyleInfoStore.

    TickControlVisualStyle(TickControlStyleInfoIdentity, StyleInfoStore)

    Initializes a new instance of the TickControlVisualStyle class.

    Declaration
    public TickControlVisualStyle(TickControlStyleInfoIdentity identity, StyleInfoStore store)
    Parameters
    Type Name Description
    TickControlStyleInfoIdentity identity

    A TickControlStyleInfoIdentity that holds the identity for this TickControlStyleInfoStore.

    StyleInfoStore store

    The store.

    Properties

    BackColor

    Gets or sets the background color of the control.

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

    BorderColor

    Gets or sets the System.Drawing.Color value used to draw the border of the control in default state.

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

    CheckBoxTickThickness

    Gets or sets the thickness value used to draw the tick of the control's Tickbox.

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

    This is applicable only for CheckBoxAdv. Maximum value is 3.

    DefaultStyle

    Gets the default TickControlVisualStyle value.

    Declaration
    public static TickControlVisualStyle DefaultStyle { get; }
    Property Value
    Type
    TickControlVisualStyle

    DisabledBackColor

    Gets or sets the background color of control in disabled state.

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

    The System.Drawing.Color value is used to fill the background of the control.

    DisabledBorderColor

    Gets or sets the System.Drawing.Color value used to draw the border of the control in disabled state.

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

    DisabledForeColor

    Gets or sets the fore color value of the items of control in disabled state.

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

    DisabledIntermediateTickColor

    Gets or sets the System.Drawing.Color value used to draw the intermediate tickcolor of the control's Tick in disabled state.

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

    This is applicable only for CheckBoxAdv

    DisabledTickBoxBackColor

    Gets or sets the System.Drawing.Color value used to draw the backcolor of the control's Tickbox in disabled state.

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

    DisabledTickBoxBorderColor

    Gets or sets the System.Drawing.Color value used to draw the border of the control's Tickbox in disabled state.

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

    DisabledTickColor

    Gets or sets the System.Drawing.Color value used to draw the tickcolor of the control's Tick in disabled state.

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

    Font

    Gets or sets the System.Drawing.Font value for the control.

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

    ForeColor

    Gets or sets the fore color value of the control.

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

    HoverBackColor

    Gets or sets the background color of the control in mouse hover state.

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

    HoverBorderColor

    Gets or sets the System.Drawing.Color value used to draw the border of the control in Hover state.

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

    HoverForeColor

    Gets or sets the fore color value of the items of control in hover state.

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

    HoverIntermediateTickColor

    Gets or sets the System.Drawing.Color value used to draw the intermediate tickcolor of the control's Tick in hover state.

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

    This is applicable only for CheckBoxAdv

    HoverTickBoxBackColor

    Gets or sets the System.Drawing.Color value used to draw the backcolor of the control's Tickbox in hover state.

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

    HoverTickBoxBorderColor

    Gets or sets the System.Drawing.Color value used to draw the border of the control's Tickbox in hover state.

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

    HoverTickColor

    Gets or sets the System.Drawing.Color value used to draw the tickcolor of the control's Tick in hover state.

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

    IntermediateTickColor

    Gets or sets the System.Drawing.Color value used to draw the intermediate tickcolor of the control's Tick in default state.

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

    This is applicable only for CheckBoxAdv

    PressedForeColor

    Gets or sets the fore color value of items of the control in pressed state

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

    PressedTickBoxBackColor

    Gets or sets the System.Drawing.Color value used to draw the backcolor of the control's Tickbox in pressed state.

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

    PressedTickBoxBorderColor

    Gets or sets the System.Drawing.Color value used to draw the border of the control's Tickbox in pressed state.

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

    PressedTickColor

    Gets or sets the System.Drawing.Color value used to draw the tickcolor of the control's Tick in pressed state.

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

    SelectionTickBoxBackColor

    Gets or sets the System.Drawing.Color value used to draw the backcolor of the control's Tickbox in selection state.

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

    SelectionTickBoxBorderColor

    Gets or sets the System.Drawing.Color value used to draw the border of the control's Tickbox in selection state.

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

    TickBoxBackColor

    Gets or sets the System.Drawing.Color value used to draw the backcolor of the control's Tickbox in default state.

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

    TickBoxBorderColor

    Gets or sets the System.Drawing.Color value used to draw the border of the control's Tickbox in default state.

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

    TickColor

    Gets or sets the System.Drawing.Color value used to draw the tickcolor of the control's Tick in default state.

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

    Methods

    GetDefaultStyle()

    Gets the default style value of the TickControlVisualStyle class.

    Declaration
    protected override StyleInfoBase GetDefaultStyle()
    Returns
    Type Description
    StyleInfoBase

    Returns the default style value.

    Overrides
    VisualStyleBase.GetDefaultStyle()

    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 - 2025 Syncfusion Inc. All Rights Reserved