IEditboxOptions.TabCompleteSuffixFirstWord Property

AdiIRC API v2

IEditboxOptionsTabCompleteSuffixFirstWord Property

Text to add when tabbing nicks and the nick is the first word in the IEditbox

Namespace:  AdiIRCAPIv2.Interfaces
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
string TabCompleteSuffixFirstWord { get; set; }
Property TabCompleteSuffixFirstWord As String
	Get
	Set
property String^ TabCompleteSuffixFirstWord {
	String^ get ();
	void set (String^ value);
}
abstract TabCompleteSuffixFirstWord : string with get, set

Property Value

Type: String
See Also