Class SuperToolTipVisualStyle
Represents the class to define the style for SuperToolTip control.
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class SuperToolTipVisualStyle : VisualStyleBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
SuperToolTipVisualStyle()
Initializes a new instance of the SuperToolTipVisualStyle class.
Declaration
public SuperToolTipVisualStyle()
SuperToolTipVisualStyle(SuperToolTipStyleInfoIdentity)
Initializes a new instance of the SuperToolTipVisualStyle class.
Declaration
public SuperToolTipVisualStyle(SuperToolTipStyleInfoIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
SuperToolTipStyleInfoIdentity | identity | A SuperToolTipStyleInfoIdentity that holds the identity for this SuperToolTipStyleInfoStore. |
SuperToolTipVisualStyle(SuperToolTipStyleInfoIdentity, SuperToolTipStyleInfoStore)
Initializes a new instance of the SuperToolTipVisualStyle class.
Declaration
public SuperToolTipVisualStyle(SuperToolTipStyleInfoIdentity identity, SuperToolTipStyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
SuperToolTipStyleInfoIdentity | identity | A SuperToolTipStyleInfoIdentity that holds the identity for this SuperToolTipStyleInfoStore. |
SuperToolTipStyleInfoStore | store | Holds instance of a SuperToolTipStyleInfoStore class |
SuperToolTipVisualStyle(SuperToolTipStyleInfoStore)
Initializes a new instance of the SuperToolTipVisualStyle class.
Declaration
public SuperToolTipVisualStyle(SuperToolTipStyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
SuperToolTipStyleInfoStore | store | Holds instance of a SuperToolTipStyleInfoStore class. |
Properties
DefaultStyle
Gets the default style value for the SuperToolTip control.
Declaration
public static SuperToolTipVisualStyle DefaultStyle { get; }
Property Value
Type |
---|
SuperToolTipVisualStyle |
ToolTipControlStyle
Gets or sets style for Slider of the ToggleButton control.
Declaration
[ThemeStudio]
public ToolTipControlStyleInfo ToolTipControlStyle { get; set; }
Property Value
Type |
---|
ToolTipControlStyleInfo |
Methods
CreateSubObjectIdentity(StyleInfoProperty)
Overridden to create a product-specific identity object for the sub object.
Declaration
public override StyleInfoSubObjectIdentity CreateSubObjectIdentity(StyleInfoProperty sip)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoProperty | sip | StyleInfoProperty descriptor for this sub object. |
Returns
Type | Description |
---|---|
StyleInfoSubObjectIdentity | Identity for the sub object. |
Overrides
GetDefaultStyle()
Gets the default style value of the
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
Type | Description |
---|---|
StyleInfoBase | Returns the default style value. |