Click or drag to resize

IWindow Interface

Represents a form window

Namespace:  AdiIRCAPI
Assembly:  AdiIRCAPI (in AdiIRCAPI.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
public interface IWindow

The IWindow type exposes the following members.

Properties
  NameDescription
Public propertyChannel
Returns the IChannel associated with this IWindow
Public propertyCustomWindow
Returns the ICustomWindow associated with this IWindow
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 propertyNiceName
Return the window name of the IWindow
Public propertyServer
Returns the IServer associated with this IWindow
Public propertyText
Returns the IWindow title text
Public propertyTextView
Returns the ITextView associated with this IWindow
Public propertyUnreadMessages
Returns number of unread messages in this IWindow
Public propertyUser
Returns the IUser associated with this IWindow
Public propertyVisible
Returns whether the IWindow is visible
Public propertyWindowId
Returns the window id of this IWindow
Public propertyWindowState
Returns the IWindow window state
Public propertyWindowType
Returns the WindowType of this IWindow
Public propertyWindowTypeNum
Returns the WindowType of this IWindow in a numeric form
Top
See Also