Class MetroStyleColorTable
Color table to customize the buttons,captions and text color in MessageBoxAdv
Inheritance
Inherited Members
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class MetroStyleColorTable
Constructors
MetroStyleColorTable()
Default constructor for MetroStyleColorTable
Declaration
public MetroStyleColorTable()
Properties
AbortButtonBackColor
Gets/sets the AbortButtonBackColor.
Declaration
public Color AbortButtonBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
AbortButtonForeColor
Gets/sets the AbortButtonForeColor.
Declaration
public Color AbortButtonForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
BackColor
Gets/sets the backcolor.
Declaration
public Color BackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
BorderColor
Gets/sets the bordercolor
Declaration
public Color BorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
CancelButtonBackColor
Gets/sets the CancelButtonBackColor
Declaration
public Color CancelButtonBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
CancelButtonForeColor
Gets/sets the CancelButtonForeColor
Declaration
public Color CancelButtonForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
CaptionBarColor
Gets/sets the captionbarcolor
Declaration
public Color CaptionBarColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
CaptionForeColor
Gets/sets the captionforecolor.
Declaration
public Color CaptionForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
CloseButtonColor
Gets/sets the CloseButton color of MessageBoxAdv.
Declaration
public Color CloseButtonColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
CloseButtonHoverColor
Gets/sets the CloseButtonHoverColor.
Declaration
public Color CloseButtonHoverColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
DetailsButtonBackColor
Gets/sets the Details Button BackColor
Declaration
public Color DetailsButtonBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
DetailsButtonForeColor
Gets/sets the Details Button ForeColor
Declaration
public Color DetailsButtonForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
ForeColor
Gets/sets the forecolor.
Declaration
public Color ForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
IgnoreButtonBackColor
Gets/sets the IgnoreButtonBackColor.
Declaration
public Color IgnoreButtonBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
IgnoreButtonForeColor
Gets/sets the IgnoreButtonForeColor.
Declaration
public Color IgnoreButtonForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
NoButtonBackColor
Gets/sets the NoButtonBackColor.
Declaration
public Color NoButtonBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
NoButtonForeColor
Gets/sets the NoButtonForeColor.
Declaration
public Color NoButtonForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
OKButtonBackColor
Gets/sets the OKButtonBackColor
Declaration
public Color OKButtonBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
OKButtonForeColor
Gets/sets the OKButtonForeColor
Declaration
public Color OKButtonForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
RetryButtonBackColor
Gets/sets the RetryButtonBackColor
Declaration
public Color RetryButtonBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
RetryButtonForeColor
Gets/sets the RetryButtonForeColor
Declaration
public Color RetryButtonForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
YesButtonBackColor
Gets/sets the YesButtonBackColor.
Declaration
public Color YesButtonBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
YesButtonForeColor
Gets/sets the YesButtonForeColor.
Declaration
public Color YesButtonForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Methods
ResetAbortButtonBackColor()
Reset AbortButtonBackColor
Declaration
public virtual void ResetAbortButtonBackColor()
ResetAbortButtonForeColor()
Reset AbortButtonForeColor
Declaration
public virtual void ResetAbortButtonForeColor()
ResetBackColor()
Reset BackColor
Declaration
public virtual void ResetBackColor()
ResetBorderColor()
Reset BorderColor
Declaration
public virtual void ResetBorderColor()
ResetCancelButtonBackColor()
Reset CancelButtonBackColor
Declaration
public virtual void ResetCancelButtonBackColor()
ResetCancelButtonForeColor()
Reset CancelButtonForeColor
Declaration
public virtual void ResetCancelButtonForeColor()
ResetCaptionBarColor()
Reset CaptionBarColor
Declaration
public virtual void ResetCaptionBarColor()
ResetCaptionForeColor()
Reset CaptionForeColor
Declaration
public virtual void ResetCaptionForeColor()
ResetCloseButtonColor()
Reset CloseButtonColor
Declaration
public virtual void ResetCloseButtonColor()
ResetCloseButtonHoverColor()
Reset CloseButtonHoverColor
Declaration
public virtual void ResetCloseButtonHoverColor()
ResetForeColor()
Reset ForeColor
Declaration
public virtual void ResetForeColor()
ResetIgnoreButtonBackColor()
Reset IgnoreButtonBackColor
Declaration
public virtual void ResetIgnoreButtonBackColor()
ResetIgnoreButtonForeColor()
Reset IgnoreButtonForeColor
Declaration
public virtual void ResetIgnoreButtonForeColor()
ResetNoButtonBackColor()
Reset NoButtonBackColor
Declaration
public virtual void ResetNoButtonBackColor()
ResetNoButtonForeColor()
Reset NoButtonForeColor
Declaration
public virtual void ResetNoButtonForeColor()
ResetOKButtonBackColor()
Reset OKButtonBackColor
Declaration
public virtual void ResetOKButtonBackColor()
ResetOKButtonForeColor()
Reset OKButtonForeColor
Declaration
public virtual void ResetOKButtonForeColor()
ResetRetryButtonBackColor()
Reset RetryButtonBackColor
Declaration
public virtual void ResetRetryButtonBackColor()
ResetRetryButtonForeColor()
Reset RetryButtonForeColor
Declaration
public virtual void ResetRetryButtonForeColor()
ResetYesButtonBackColor()
Reset YesButtonBackColor
Declaration
public virtual void ResetYesButtonBackColor()
ResetYesButtonForeColor()
Reset YesButtonForeColor
Declaration
public virtual void ResetYesButtonForeColor()
ShouldSerializeAbortButtonBackColor()
To serialize AbortButtonBackColor
Declaration
protected bool ShouldSerializeAbortButtonBackColor()
Returns
Type | Description |
---|---|
System.Boolean | abortbuttonbackcolor |
ShouldSerializeAbortButtonForeColor()
To serialize AbortButtonForeColor
Declaration
protected bool ShouldSerializeAbortButtonForeColor()
Returns
Type | Description |
---|---|
System.Boolean | abortbuttonforecolor |
ShouldSerializeBackColor()
To serialize BackColor
Declaration
protected bool ShouldSerializeBackColor()
Returns
Type | Description |
---|---|
System.Boolean | backColor |
ShouldSerializeBorderColor()
To serialize BorderColor
Declaration
protected bool ShouldSerializeBorderColor()
Returns
Type | Description |
---|---|
System.Boolean | borderColor |
ShouldSerializeCancelButtonBackColor()
To serialize CancelButtonBackColor
Declaration
protected bool ShouldSerializeCancelButtonBackColor()
Returns
Type | Description |
---|---|
System.Boolean | cancelbuttonbackcolor |
ShouldSerializeCancelButtonForeColor()
To serialize CancelButtonForeColor
Declaration
protected bool ShouldSerializeCancelButtonForeColor()
Returns
Type | Description |
---|---|
System.Boolean | cancelbuttonforecolor |
ShouldSerializeCaptionBarColor()
To serialize CaptionBarColor
Declaration
protected bool ShouldSerializeCaptionBarColor()
Returns
Type | Description |
---|---|
System.Boolean | captionBarColor |
ShouldSerializeCaptionForeColor()
To serialize CaptionForeColor
Declaration
protected bool ShouldSerializeCaptionForeColor()
Returns
Type | Description |
---|---|
System.Boolean | captionForeColor |
ShouldSerializeCloseButtonColor()
To serialize CloseButtonColor
Declaration
protected bool ShouldSerializeCloseButtonColor()
Returns
Type | Description |
---|---|
System.Boolean | closeButtonColor |
ShouldSerializeCloseButtonHoverColor()
To serialize CloseButtonHoverColor
Declaration
protected bool ShouldSerializeCloseButtonHoverColor()
Returns
Type | Description |
---|---|
System.Boolean | closeButtonHoverColor |
ShouldSerializeForeColor()
To serialize ForeColor
Declaration
protected bool ShouldSerializeForeColor()
Returns
Type | Description |
---|---|
System.Boolean | foreColor |
ShouldSerializeIgnoreButtonBackColor()
To serialize IgnoreButtonBackColor
Declaration
protected bool ShouldSerializeIgnoreButtonBackColor()
Returns
Type | Description |
---|---|
System.Boolean | ignorebuttonbackcolor |
ShouldSerializeIgnoreButtonForeColor()
To serialize IgnoreButtonForeColor
Declaration
protected bool ShouldSerializeIgnoreButtonForeColor()
Returns
Type | Description |
---|---|
System.Boolean | ignorebuttonforecolor |
ShouldSerializeNoButtonBackColor()
To serialize NoButtonBackColor
Declaration
protected bool ShouldSerializeNoButtonBackColor()
Returns
Type | Description |
---|---|
System.Boolean | nobuttonbackcolor |
ShouldSerializeNoButtonForeColor()
To serialize NoButtonForeColor
Declaration
protected bool ShouldSerializeNoButtonForeColor()
Returns
Type | Description |
---|---|
System.Boolean | nobuttonforecolor |
ShouldSerializeOKButtonBackColor()
To serialize OKButtonBackColor
Declaration
protected bool ShouldSerializeOKButtonBackColor()
Returns
Type | Description |
---|---|
System.Boolean | okbuttonbackcolor |
ShouldSerializeOKButtonForeColor()
To serialize OKButtonForeColor
Declaration
protected bool ShouldSerializeOKButtonForeColor()
Returns
Type | Description |
---|---|
System.Boolean | okbuttonforecolor |
ShouldSerializeRetryButtonBackColor()
To serialize RetryButtonBackColor
Declaration
protected bool ShouldSerializeRetryButtonBackColor()
Returns
Type | Description |
---|---|
System.Boolean | retrybuttonbackcolor |
ShouldSerializeRetryButtonForeColor()
To serialize RetryButtonForeColor
Declaration
protected bool ShouldSerializeRetryButtonForeColor()
Returns
Type | Description |
---|---|
System.Boolean | retrybuttonforecolor |
ShouldSerializeYesButtonBackColor()
To serialize YesButtonBackColor
Declaration
protected bool ShouldSerializeYesButtonBackColor()
Returns
Type | Description |
---|---|
System.Boolean | yesbuttonbackcolor |
ShouldSerializeYesButtonForeColor()
To serialize YesButtonForeColor
Declaration
protected bool ShouldSerializeYesButtonForeColor()
Returns
Type | Description |
---|---|
System.Boolean | yesbuttonforecolor |