Class MessageBoxAdvVisualStyle
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class MessageBoxAdvVisualStyle : VisualStyleBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
MessageBoxAdvVisualStyle()
Initializes a new instance of the MessageBoxAdvVisualStyle class.
Declaration
public MessageBoxAdvVisualStyle()
MessageBoxAdvVisualStyle(MessageBoxAdvStyleInfoIdentity)
Initializes a new instance of the MessageBoxAdvVisualStyle class.
Declaration
public MessageBoxAdvVisualStyle(MessageBoxAdvStyleInfoIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
MessageBoxAdvStyleInfoIdentity | identity | A MessageBoxAdvStyleInfoIdentity that holds the identity for this MessageBoxAdvStyleInfoStore. |
MessageBoxAdvVisualStyle(MessageBoxAdvStyleInfoIdentity, MessageBoxAdvStyleInfoStore)
Initializes a new instance of the MessageBoxAdvVisualStyle class.
Declaration
public MessageBoxAdvVisualStyle(MessageBoxAdvStyleInfoIdentity identity, MessageBoxAdvStyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
MessageBoxAdvStyleInfoIdentity | identity | A MessageBoxAdvStyleInfoIdentity that holds the identity for this MessageBoxAdvStyleInfoStore. |
MessageBoxAdvStyleInfoStore | store | Holds instance of a MessageBoxAdvStyleInfoStore class |
MessageBoxAdvVisualStyle(MessageBoxAdvStyleInfoStore)
Initializes a new instance of the MessageBoxAdvVisualStyle class.
Declaration
public MessageBoxAdvVisualStyle(MessageBoxAdvStyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
MessageBoxAdvStyleInfoStore | store | Holds instance of a MessageBoxAdvStyleInfoStore class. |
Properties
BackColor
Gets or sets the background color for MessageBoxAdv.
Declaration
public Color BackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
BorderColor
Gets or sets the border color for MessageBoxAdv.
Declaration
public Color BorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
DefaultStyle
Gets the default style value for MessageBoxAdv
Declaration
public static MessageBoxAdvVisualStyle DefaultStyle { get; }
Property Value
Type |
---|
MessageBoxAdvVisualStyle |
DetailsViewStyle
Gets or sets the value for MessageBoxAdvDetailsViewStyleInfo styles.
Declaration
public MessageBoxAdvDetailsViewStyleInfo DetailsViewStyle { get; set; }
Property Value
Type |
---|
MessageBoxAdvDetailsViewStyleInfo |
Font
Gets or sets the Font for MessageBoxAdv.
Declaration
public Font Font { get; set; }
Property Value
Type |
---|
System.Drawing.Font |
ForeColor
Gets or sets fore color for MessageBoxAdv.
Declaration
public Color ForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
TitleBarStyle
Gets or sets the value for MessageBoxAdvTitleBarStyleInfo styles.
Declaration
public MessageBoxAdvTitleBarStyleInfo TitleBarStyle { get; set; }
Property Value
Type |
---|
MessageBoxAdvTitleBarStyleInfo |
Methods
CreateSubObjectIdentity(StyleInfoProperty)
Declaration
public override StyleInfoSubObjectIdentity CreateSubObjectIdentity(StyleInfoProperty sip)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoProperty | sip |
Returns
Type |
---|
StyleInfoSubObjectIdentity |
Overrides
GetDefaultStyle()
Gets the default style value of the
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
Type | Description |
---|---|
StyleInfoBase | Returns the default style value. |