Class jMessageBox
- Namespace
- ComfileTech.jControlsNF4
- Assembly
- ComfileTech.jControlsNF4.dll
A control for displaying a popup message.
[Browsable(true)]
[ToolboxBitmap(typeof(jNumpad), "ComfileTech.jControlsNF4.Icons.jMessageBox.bmp")]
public class jMessageBox : jControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IjControl, ISupportInitialize
- Inheritance
-
jMessageBox
- Implements
- Inherited Members
Constructors
- jMessageBox()
Instantiates an instance of this class with default values.
Properties
- AbortText
The text to display for "Abort"
- Border
The border around the perimeter of the control.
- Button0
The left-most button
- Button1
The middle button
- Button2
The right-most button
- Buttons
Gets or sets the buttons to display to the operator.
- CancelText
The text to display for "Cancel"
- Caption
Gets or sets the caption (i.e. title) of the message box.
- CaptionLabel
The caption of this message box.
- CornerRadii
The radii for rounding each of the 4 corners of the control.
- DefaultSize
Gets the default size of the control.
- DropShadow
The appearance of the drop shadow effect.
- Fill
The interior fill of the control.
- IgnoreText
The text to display for "Ignore"
- Message
Gets or sets the message to display to the operator.
- MessageLabel
The label that displays the message.
- NoText
The text to display for "No"
- OKText
The text to display for "OK"
- RetryText
The text to display for "Retry"
- Text
Gets or sets the text associated with this control.
- YesText
The text to display for "Yes"
Events
- ResponseReceived
Fired when the operator presses one of the buttons presented, thus responding to the message displayed to them.