Type Parameters
- eventArgsType
- dataType
The following tables list the members exposed by the Dialog<(Of eventArgsType, dataType>) generic type.
Public Methods
| Name | Description | |
|---|---|---|
![]() | EmbedDialog | Overloaded. |
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ShowDialog | Overloaded. |
![]() | ToString | (Inherited from Object.) |
Protected Methods
| Name | Description | |
|---|---|---|
![]() | CreateDataParameter |
Creates a strong-typed window data parameter.
|
![]() | CreateEventArgument |
Creates the event argument being used to the close-event of the userinterface screen that represents this instance.
|
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetDialogTitle |
Gets the title of the userinterface screen representing this instance.
|
![]() | GetWindowName |
Gets the name of the userinterface screen that represents this instance.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
Protected Constructors
| Name | Description | |
|---|---|---|
![]() | Dialog<(Of eventArgsType, dataType>)New |
Initializes a new instance of the Dialog<eventArgsType, dataType> class.
|
Public Properties
| Name | Description | |
|---|---|---|
![]() | Title |
Gets or sets the title of the userinterface screen representing this instance.
|











