[This is preliminary documentation and is subject to change.]
The ConsoleT type exposes the following members.
Constructors
Methods
| Name | Description | |
|---|---|---|
| AllocateConsole | Creates console fro process without console | |
| DetachConsole | Detaches process with console from its console | |
| GetHandle | Gets handle of console window of console attached to surrent process | |
| PreventClose | Permanently prevents console window from being closed by user (removes/dsiables the close button) |
Properties
| Name | Description | |
|---|---|---|
| Icon | Sets console icon | |
| IsConsoleAttached | Gets value indicating wheather console is attached to current process |
Events
| Name | Description | |
|---|---|---|
| Closing | Raised when console is being closed |