Type Parameters

eventArgsType
dataType

The following tables list the members exposed by the Dialog<(Of eventArgsType, dataType>) generic type.

Public Methods

  ANameDescription
EmbedDialogOverloaded.
Equals
Determines whether the specified Object is equal to the current Object.
(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.)
ShowDialogOverloaded.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Protected Methods

  ANameDescription
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

  ANameDescription
Dialog<(Of eventArgsType, dataType>)New
Initializes a new instance of the Dialog<eventArgsType, dataType> class.

Public Properties

  ANameDescription
Title
Gets or sets the title of the userinterface screen representing this instance.