[This is preliminary documentation and is subject to change.]
Summary description for Form.
| C# | Visual Basic | Visual C++ |
public class Form : HliForm, IActorUserInterface, IIheFrameworkUserInterface
Public Class Form _ Inherits HliForm _ Implements IActorUserInterface, IIheFrameworkUserInterface
public ref class Form : public HliForm, IActorUserInterface, IIheFrameworkUserInterface
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| Form()()() | Initializes a new instance of the Form class | |
| Attach(BaseActor) | ||
| Attach(IheFramework) | ||
| Attach(Thread) |
Attach to a Thread.
By doing so, this object may react to information, warning and error output events
from the Thread.
Threads may not be already started when attaching.
(Inherited from HliForm.) | |
| AutoExit |
Indicates if the encapsulated .Net Form must automatically be closed when the total
number of running and stopping Threads becomes 0.
(Inherited from HliForm.) | |
| ClearActivityLogging()()() |
Clears all activity logging that is present in the encapsulated .Net Form.
(Inherited from HliForm.) | |
| Equals(Object) | Determines whether the specified Object is equal to the current Object. (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. 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.) | |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SetNumberOfLinesActivityLogging(UInt32, UInt32) |
Determines how much logging in the activity logging may be present.
(Inherited from HliForm.) | |
| Text | (Inherited from HliForm.) | |
| ToString()()() | Returns a String that represents the current Object. (Inherited from Object.) | |
| WaitUntilClosed()()() |
Waits until the encapsulated .Net Form is closed.
(Inherited from HliForm.) |
| Object | ||
| HliForm | ||
| Form | ||