Class ScrollBarSizeGripStyleInfo
Implements the functionalities that holds all information stored for a SizeGrip of the scroll control.
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class ScrollBarSizeGripStyleInfo : StyleInfoSubObjectBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Remarks
ScrollBarSizeGripStyleInfo provides user-friendly access to all properties stored in ScrollBarSizeGripStyleInfoStore.
Constructors
ScrollBarSizeGripStyleInfo()
Initializes a new instance of the ScrollBarSizeGripStyleInfo class.
Declaration
public ScrollBarSizeGripStyleInfo()
ScrollBarSizeGripStyleInfo(StyleInfoSubObjectIdentity)
Initializes a new instance of the ScrollBarSizeGripStyleInfo class.
Declaration
public ScrollBarSizeGripStyleInfo(StyleInfoSubObjectIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A StyleInfoSubObjectIdentity that holds the identity for this StyleInfoBase. |
ScrollBarSizeGripStyleInfo(StyleInfoSubObjectIdentity, ScrollBarSizeGripStyleInfoStore)
Initializes a new instance of the ScrollBarSizeGripStyleInfo class.
Declaration
public ScrollBarSizeGripStyleInfo(StyleInfoSubObjectIdentity identity, ScrollBarSizeGripStyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A StyleInfoSubObjectIdentity that holds the identity for this StyleInfoBase. |
ScrollBarSizeGripStyleInfoStore | store | A ScrollBarSizeGripStyleInfoStore that holds data for this object. All changes in this style object will be saved in the ScrollBarSizeGripStyleInfoStore object. |
Properties
BackColor
Gets or sets the BackColor for the SizeGrip.
Declaration
[ThemeStudio]
public Color BackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
DefaultStyle
Gets the default value for the SizeGripStyleInfo.
Declaration
public static ScrollBarSizeGripStyleInfo DefaultStyle { get; }
Property Value
Type |
---|
ScrollBarSizeGripStyleInfo |
Methods
GetDefaultStyle()
Gets the default style of the SizeGrip.
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
Type | Description |
---|---|
StyleInfoBase | Returns the default style. |
Overrides
MakeCopy(StyleInfoBase, StyleInfoProperty)
Makes an exact copy of the current object.
Declaration
public override IStyleInfoSubObject MakeCopy(StyleInfoBase newOwner, StyleInfoProperty sip)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoBase | newOwner | The new owner style object for the copied object. |
StyleInfoProperty | sip | The identifier for this object. |
Returns
Type | Description |
---|---|
IStyleInfoSubObject | A copy of the current object registered with the new owner style object. |