IWindow Interface |
Namespace: AdiIRCAPIv2.Interfaces
public interface IWindow
The IWindow type exposes the following members.
Name | Description | |
---|---|---|
Editbox |
Returns the IEditbox associated with this IWindow.
| |
IsMdiChild |
Returns whether the IWindow is a MDI child.
| |
LogFile |
Returns the name of the log file associated with this IWindow.
| |
Name |
Return the name of the IWindow.
| |
Nicklist |
Returns the INicklist associated with this IWindow.
| |
PictureWindow |
Returns whether the IWindow is a picture window.
| |
RealWindowName |
Return the internal window name of the IWindow.
| |
Server |
Returns the IServer associated with this IWindow.
| |
TextView |
Returns the ITextView associated with this IWindow.
| |
Title |
Returns the IWindow title text.
| |
UnreadMessages |
Returns number of unread messages in this IWindow.
| |
Visible |
Returns whether the IWindow is visible.
| |
WindowHandle |
Return the IWindow window handle.
| |
WindowId |
Returns the window id of this IWindow.
| |
WindowState |
Returns the IWindow window state.
|
Name | Description | |
---|---|---|
Evaluate |
Evaluates identifiers in a script line to this IWindow.
| |
ExecuteCommand |
Executes a /command to this IWindow.
Using double slashes //command parses and executes the command as a script in this IWindow.
| |
OutputText |
Outputs a message to this IWindow.
|