Click or drag to resize

IWindow Interface

Represents a form window

Namespace:  AdiIRCAPIv2.Interfaces
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.7 (2.0.1.7)
Syntax
C#
public interface IWindow

The IWindow type exposes the following members.

Properties
  NameDescription
Public propertyEditbox
Returns the IEditbox associated with this IWindow.
Public propertyIsMdiChild
Returns whether the IWindow is a MDI child.
Public propertyLogFile
Returns the name of the log file associated with this IWindow.
Public propertyName
Return the name of the IWindow.
Public propertyNicklist
Returns the INicklist associated with this IWindow.
Public propertyPictureWindow
Returns whether the IWindow is a picture window.
Public propertyRealWindowName
Return the internal window name of the IWindow.
Public propertyServer
Returns the IServer associated with this IWindow.
Public propertyTextView
Returns the ITextView associated with this IWindow.
Public propertyTitle
Returns the IWindow title text.
Public propertyUnreadMessages
Returns number of unread messages in this IWindow.
Public propertyVisible
Returns whether the IWindow is visible.
Public propertyWindowHandle
Return the IWindow window handle.
Public propertyWindowId
Returns the window id of this IWindow.
Public propertyWindowState
Returns the IWindow window state.
Top
Methods
  NameDescription
Public methodEvaluate
Evaluates identifiers in a script line to this IWindow.
Public methodExecuteCommand
Executes a /command to this IWindow. Using double slashes //command parses and executes the command as a script in this IWindow.
Public methodOutputText
Outputs a message to this IWindow.
Top
See Also