The window types for a IWindow
Namespace:
AdiIRCAPI
Assembly:
AdiIRCAPI (in AdiIRCAPI.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax Public Enumeration WindowType
public enum class WindowType
Members
| Member name | Value | Description |
---|
| Server | 0 |
Indicates the IWindow is a IServer window
|
| Channel | 1 |
Indicates the IWindow is a IChannel window
|
| Private | 2 |
Indicates the IWindow is a Iuser window
|
| Chat | 3 |
Indicates the IWindow is a Chat window
|
| Tool | 4 |
Indicates the IWindow is a Tool window (Rawlog)
|
| Custom | 5 |
Indicates the IWindow is a ICustomWindow
|
| Panel | 6 |
Indicates the IWindow is a dock panel window
|
| Notify | 7 |
Indicates the IWindow is a Trebar Notify window (ignore this)
|
See Also