[This is preliminary documentation and is subject to change.]
The FormParent type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
FormParent |
Initializes a new instance of the FormParent class
|
Methods
Name | Description | |
---|---|---|
![]() |
DeclareEventsToSubscribeTo |
This method lets you declare the events that must be subscribed to.
|
![]() |
DeclareRequiredControls |
This method lets you declare the Controls required by this FormParent.
string: The name that the control must have. Type: The type that the control must have. Null accepted as wildcard. |
![]() |
DeclareWatchedObjects |
See WatchedObject.
|
![]() |
Equals | (Inherited from Object.) |
![]() |
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.) |
![]() |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() |
PrintRequiredControls |
Prints all RequiredControls and their types to the Console (Console.WriteLine()).
|
![]() |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() |
FormName |
Return the Form's Name.
|
![]() |
FormWindow |
Gets assigned in Forcepoint.GUISS.Skin.CreateSkin().
This lets the FormParent access its associated FormWindow.
|