IEditbox Interface

AdiIRC API v2

IEditbox Interface

Represents a Editbox inside a IWindow.

Namespace:  AdiIRCAPIv2.Interfaces
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
public interface IEditbox
Public Interface IEditbox
public interface class IEditbox
type IEditbox =  interface end

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