The methods of the DPLForm class are listed below. For a complete list of DPLForm class members, see the DPLForm Members topic.
AddChild (inherited from AbstractCampaignElement) | Adds a child graph element to this element. |
Configure | Reads configuration elements for this form and contstructs the constituent controls. Each control in the form is identified by a "control" element, which has a 'class' attribute identifying the class of the control. |
CreateObjRef (inherited from MarshalByRefObject) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. |
Dispose | Overloaded. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetInitializers | Returns the initializers for the given event |
GetLifetimeService (inherited from MarshalByRefObject) | Retrieves the current lifetime service object that controls the lifetime policy for this instance. |
GetType (inherited from Object) | Gets the Type of the current instance. |
HasVisibleControls | Returns TRUE if the form has at least one control that is visible. Returns FALSE if no controls are visible. |
Initialize | Overloaded. Runs the load event initializers |
InitializeLifetimeService (inherited from MarshalByRefObject) | Obtains a lifetime service object to control the lifetime policy for this instance. |
InitVariables (inherited from AbstractCampaignElement) | Initializes the user varaibles for the given context. |
IsDisplayable (inherited from AbstractCampaignElement) | Returns TRUE if this element is displayable in the current context, and FALSE if not. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
AddInitializer | Adds an initializer instance to the current form using the given event name. |
Dispose | Overloaded. |
Finalize | |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
DPLForm Class | Portrate.Interview.Model Namespace