IPrivateWindow Properties

AdiIRC API v2

IPrivateWindow Properties

The IPrivateWindow type exposes the following members.

Properties
  NameDescription
Public propertyEditbox
Returns the IEditbox associated with this IWindow.
(Inherited from IWindow.)
Public propertyGetChannels
Retrive all shared IChannels this IUser and your user is joined.
Public propertyHost
Get user hostname.
Public propertyIdent
Get user ident.
Public propertyIsAway
Get whether the user is away or not.
Public propertyIsMdiChild
Returns whether the IWindow is a MDI child.
(Inherited from IWindow.)
Public propertyLogFile
Returns the name of the log file associated with this IWindow.
(Inherited from IWindow.)
Public propertyName
Return the name of the IWindow.
(Inherited from IWindow.)
Public propertyNick
Get user nick.
Public propertyPictureWindow
Returns whether the IWindow is a picture window.
(Inherited from IWindow.)
Public propertyRealName
Get user realname.
Public propertyRealWindowName
Return the internal window name of the IWindow.
(Inherited from IWindow.)
Public propertyServer
Returns the IServer associated with this IWindow.
(Inherited from IWindow.)
Public propertyTextView
Returns the ITextView associated with this IWindow.
(Inherited from IWindow.)
Public propertyTitle
Returns the IWindow title text.
(Inherited from IWindow.)
Public propertyUnreadMessages
Returns number of unread messages in this IWindow.
(Inherited from IWindow.)
Public propertyVisible
Returns whether the IWindow is visible.
(Inherited from IWindow.)
Public propertyWindowHandle
Return the IWindow window handle.
(Inherited from IWindow.)
Public propertyWindowId
Returns the window id of this IWindow.
(Inherited from IWindow.)
Public propertyWindowState
Returns the IWindow window state.
(Inherited from IWindow.)
Top
See Also