Class GorgonWaitMessagePanel
A message panel to display on an overlay.
Inheritance
Implements
Inherited Members
Namespace: Gorgon.UI
Assembly: Gorgon.Windows.dll
Syntax
public class GorgonWaitMessagePanel : UserControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Constructors
| Edit this page View SourceGorgonWaitMessagePanel()
Initializes a new instance of the GorgonWaitMessagePanel class.
Declaration
public GorgonWaitMessagePanel()
Properties
| Edit this page View SourceWaitBoxForeColor
Gets or sets the foreground color of wait message box.
Declaration
[Browsable(true)]
public Color WaitBoxForeColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
WaitBoxHasBorder
Indicates the border style for the for wait message box.
Declaration
[Browsable(true)]
public bool WaitBoxHasBorder { get; set; }
Property Value
Type | Description |
---|---|
bool |
WaitBoxTitleForeColor
Gets or sets the foreground color of wait message box.
Declaration
[Browsable(true)]
public Color WaitBoxTitleForeColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
WaitIcon
Property to set or return the icon used for the wait message.
Declaration
[Browsable(true)]
public Image WaitIcon { get; set; }
Property Value
Type | Description |
---|---|
Image |
Remarks
Setting this value to null will reset the image to the original image for the control.
WaitMessage
Property to set or return the message to display in the wait box.
Declaration
[Browsable(true)]
public string WaitMessage { get; set; }
Property Value
Type | Description |
---|---|
string |
WaitMessageFont
Property to set or return the font to use for the wait message.
Declaration
[Browsable(true)]
public Font WaitMessageFont { get; set; }
Property Value
Type | Description |
---|---|
Font |
WaitTitle
Property to set or return the title to display in the wait box.
Declaration
[Browsable(true)]
public string WaitTitle { get; set; }
Property Value
Type | Description |
---|---|
string |
WaitTitleFont
Property to set or return the font to use for the wait message title.
Declaration
[Browsable(true)]
public Font WaitTitleFont { get; set; }
Property Value
Type | Description |
---|---|
Font |
Methods
| Edit this page View SourceDispose(bool)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
bool | disposing | true if managed resources should be disposed; otherwise, false. |