|
Navigate to: Methods | Constructors | Events | Properties
Options | Name | Purpose | |
---|---|---|---|
- | btnDetails_Click (Object, EventArgs) |
Event handler for the Click event of the btnDetails |
|
# | CreateButtons () |
Creates the Message Buttons |
|
# | CustomButtonClickHandler (Object, EventArgs) |
Event handler for the click event of custom buttons |
|
- | InitializeComponent () |
Initializes the Visual Design |
|
- | KeyDownHandler (Object, KeyEventArgs) |
Event handler for the KeyDown event of the MessageForm |
|
# | OnFormClosing (FormClosingEventArgs) |
Raises the FormClosing event |
|
# | OnLoad (EventArgs) |
Raises the Load event |
|
# | OnShown (EventArgs) |
Raises the Shown event |
|
# | RenderCustomButtons () |
Renders buttons provided by the IErrorMessageFormButtonProvider |
|
- | TimerTickHandler (Object, EventArgs) |
Event handler for the Tick event of the Timer component |
|
+ | ToggleButtonState (logical) |
Toggles the Button state |
Options | Name | Purpose | |
---|---|---|---|
+ | MessageForm () |
Constructor for the MessageForm class |
Options | Name | Purpose | |
---|---|---|---|
+ | Consultingwerk.Framework.Enum.DialogResultEnum DefaultDialogResult |
Gets and sets the DialogResult of the default button |
|
+ | LOGICAL DisplayDetails |
Gets and sets if details should be shown |
|
+ | Consultingwerk.Framework.Enum.DialogResultEnum MessageButtonDialogResults |
Gets and sets the Array of Message Button Dialog Results |
|
+ | CHARACTER MessageButtonLabels |
Gets and sets the Array of Message Button Labels |
|
+ | CHARACTER MessageDetail |
Gets and sets the detail message text |
|
+ | Progress.Lang.Object MessageImage |
Gets and Sets the Message Image |
|
+ | CHARACTER MessageText |
Gets and sets the Message Text |
|
+ | INTEGER MessageTimer |
Gets and sets the Message Timer Value |
Top
PRIVATE btnDetails_Click (Object, EventArgs)
|
||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED CreateButtons ()
|
||||||||||||||||||||
PROTECTED CustomButtonClickHandler (Object, EventArgs)
|
||||||||||||||||||||
PRIVATE InitializeComponent ()
|
||||||||||||||||||||
PRIVATE KeyDownHandler (Object, KeyEventArgs)
|
||||||||||||||||||||
PROTECTED OnFormClosing (FormClosingEventArgs)
|
||||||||||||||||||||
PROTECTED OnLoad (EventArgs)
|
||||||||||||||||||||
PROTECTED OnShown (EventArgs)
|
||||||||||||||||||||
PROTECTED RenderCustomButtons ()
|
||||||||||||||||||||
PRIVATE TimerTickHandler (Object, EventArgs)
|
||||||||||||||||||||
PUBLIC ToggleButtonState (logical)
|
PUBLIC MessageForm ()
|
---|
PUBLIC Consultingwerk.Framework.Enum.DialogResultEnum DefaultDialogResult
|
|||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC LOGICAL DisplayDetails
|
|||||||||||||
PUBLIC Consultingwerk.Framework.Enum.DialogResultEnum MessageButtonDialogResults
|
|||||||||||||
PUBLIC CHARACTER MessageButtonLabels
|
|||||||||||||
PUBLIC CHARACTER MessageDetail
|
|||||||||||||
PUBLIC Progress.Lang.Object MessageImage
|
|||||||||||||
PUBLIC CHARACTER MessageText
|
|||||||||||||
PUBLIC INTEGER MessageTimer
|