ITextView.MaxBuffer Property

AdiIRC API v2

ITextViewMaxBuffer Property

Returns the maxmimum buffer for this ITextView.

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

Property Value

Type: Int32
See Also