Open ups a tool window
Namespace:
AdiIRCAPI
Assembly:
AdiIRCAPI (in AdiIRCAPI.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax void ToolWindow(
int Height,
int Width,
string Title,
string Text
)
Sub ToolWindow (
Height As Integer,
Width As Integer,
Title As String,
Text As String
)
void ToolWindow(
int Height,
int Width,
String^ Title,
String^ Text
)
abstract ToolWindow :
Height : int *
Width : int *
Title : string *
Text : string -> unit
Parameters
- Height
- Type: SystemInt32
int - Width
- Type: SystemInt32
int - Title
- Type: SystemString
String - Text
- Type: SystemString
String
See Also