Click or drag to resize

ICustomWindow Interface

Represents a custom window

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

The ICustomWindow type exposes the following members.

Properties
  NameDescription
Public propertyEditbox
Returns the IEditbox for the ICustomwindow (can be null)
Public propertyName
Retrive the custom window name
Public propertyPictureWindow
Returns True if the custom window is a picture window, otherwise false
Public propertyWindow
returns the IWindow associated with this ICustomWindow
Top
See Also