Class MessageBoxAdvDetailsViewStyleInfo
Inheritance
System.Object
MessageBoxAdvDetailsViewStyleInfo
Implements
System.ComponentModel.ICustomTypeDescriptor
System.IDisposable
System.ComponentModel.ISupportInitialize
System.IFormattable
System.IConvertible
System.Xml.Serialization.IXmlSerializable
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class MessageBoxAdvDetailsViewStyleInfo : StyleInfoSubObjectBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
MessageBoxAdvDetailsViewStyleInfo()
Declaration
public MessageBoxAdvDetailsViewStyleInfo()
MessageBoxAdvDetailsViewStyleInfo(StyleInfoSubObjectIdentity)
Declaration
public MessageBoxAdvDetailsViewStyleInfo(StyleInfoSubObjectIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity |
MessageBoxAdvDetailsViewStyleInfo(StyleInfoSubObjectIdentity, StyleInfoStore)
Declaration
public MessageBoxAdvDetailsViewStyleInfo(StyleInfoSubObjectIdentity identity, StyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | |
StyleInfoStore | store |
Properties
BackColor
Gets or sets the background color for TitleBar.
Declaration
public Color BackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
BorderColor
Gets or sets the background color for TitleBar.
Declaration
public Color BorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
DefaultStyle
Gets the default style values for MessageBoxAdvDetailsViewStyleInfo
Declaration
public static MessageBoxAdvDetailsViewStyleInfo DefaultStyle { get; }
Property Value
Type |
---|
MessageBoxAdvDetailsViewStyleInfo |
Font
Gets or sets the font for DetailsView.
Declaration
public Font Font { get; set; }
Property Value
Type |
---|
System.Drawing.Font |
ForeColor
Gets or sets the fore color for TitleBar.
Declaration
public Color ForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Methods
GetDefaultStyle()
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
Type |
---|
StyleInfoBase |
Overrides
Implements
System.ComponentModel.ICustomTypeDescriptor
System.IDisposable
System.ComponentModel.ISupportInitialize
System.IFormattable
System.IConvertible
System.Xml.Serialization.IXmlSerializable