IPrivateWindow Interface |
Namespace: AdiIRCAPIv2.Interfaces
public interface IPrivateWindow : IWindow
The IPrivateWindow type exposes the following members.
Name | Description | |
---|---|---|
![]() | Editbox |
Returns the IEditbox associated with this IWindow.
(Inherited from IWindow.) |
![]() | GetChannels |
Retrive all shared IChannels this IUser and your user is joined.
|
![]() | Host |
Get user hostname.
|
![]() | Ident |
Get user ident.
|
![]() | IsAway |
Get whether the user is away or not.
|
![]() | IsMdiChild |
Returns whether the IWindow is a MDI child.
(Inherited from IWindow.) |
![]() | LogFile |
Returns the name of the log file associated with this IWindow.
(Inherited from IWindow.) |
![]() | Name |
Return the name of the IWindow.
(Inherited from IWindow.) |
![]() | Nick |
Get user nick.
|
![]() | Nicklist |
Returns the INicklist associated with this IWindow.
(Inherited from IWindow.) |
![]() | PictureWindow |
Returns whether the IWindow is a picture window.
(Inherited from IWindow.) |
![]() | RealName |
Get user realname.
|
![]() | RealWindowName |
Return the internal window name of the IWindow.
(Inherited from IWindow.) |
![]() | Server |
Returns the IServer associated with this IWindow.
(Inherited from IWindow.) |
![]() | TextView |
Returns the ITextView associated with this IWindow.
(Inherited from IWindow.) |
![]() | Title |
Returns the IWindow title text.
(Inherited from IWindow.) |
![]() | UnreadMessages |
Returns number of unread messages in this IWindow.
(Inherited from IWindow.) |
![]() | Visible |
Returns whether the IWindow is visible.
(Inherited from IWindow.) |
![]() | WindowHandle |
Return the IWindow window handle.
(Inherited from IWindow.) |
![]() | WindowId |
Returns the window id of this IWindow.
(Inherited from IWindow.) |
![]() | WindowState |
Returns the IWindow window state.
(Inherited from IWindow.) |
Name | Description | |
---|---|---|
![]() | Evaluate |
Evaluates identifiers in a script line to this IWindow.
(Inherited from IWindow.) |
![]() | ExecuteCommand |
Executes a /command to this IWindow.
Using double slashes //command parses and executes the command as a script in this IWindow.
(Inherited from IWindow.) |
![]() | OutputText |
Outputs a message to this IWindow.
(Inherited from IWindow.) |