An instance of the Dialog
public class DialogViewGenerator : Component
Public Class DialogViewGenerator
Inherits Component
Introduced: X11.
Event | Description |
---|---|
Caret |
Occurs when the state of the caret (size, position, visibility) has been changed. |
Closed | Occurs after the dialog box has been closed through clicking the Ok or Cancel button. |
Show |
Occurs when the dialog box should show a further dialog box. |
Show |
Occurs when the dialog box should show an error message. |
Property | Description |
---|---|
Activation |
Gets or sets a value indicating the dialog box's activation state. |
Caption | Gets the dialog box's caption. |
User |
Gets the dialog box's User |
View | Gets the dialog box's View object, which informs about view changes and provides an image of the dialog box's current state. |