Click or drag to resize

IEditbox Interface

Represents a Editbox

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

The IEditbox type exposes the following members.

Properties
  NameDescription
Public propertySelectedText
Returns the selected text in the IEditbox
Public propertySelectionLength
Returns the selection length in the IEditbox
Public propertySelectionStart
Returns the selection start position in the IEditbox
Public propertyText
Returns the IEditbox text
Top
Methods
  NameDescription
Public methodSelect
Selects a substring of the Text
Top
See Also