IEditboxOptions Interface

AdiIRC API v2

IEditboxOptions Interface

Interface for returning Editbox options

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

The IEditboxOptions type exposes the following members.

Properties
  NameDescription
Public propertyTabCompleteSuffix
Text to add when tabbing nicks
Public propertyTabCompleteSuffixFirstWord
Text to add when tabbing nicks and the nick is the first word in the IEditbox
Top
See Also