Click or drag to resize

WindowType Enumeration

The window types for a IWindow

Namespace:  AdiIRCAPI
Assembly:  AdiIRCAPI (in AdiIRCAPI.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
public enum WindowType
Members
  Member nameValueDescription
Server0 Indicates the IWindow is a IServer window
Channel1 Indicates the IWindow is a IChannel window
Private2 Indicates the IWindow is a Iuser window
Chat3 Indicates the IWindow is a Chat window
Tool4 Indicates the IWindow is a Tool window (Rawlog)
Custom5 Indicates the IWindow is a ICustomWindow
Panel6 Indicates the IWindow is a dock panel window
Notify7 Indicates the IWindow is a Trebar Notify window (ignore this)
See Also