Gets or sets the number of characters shown by the information caption.

e.g. Last topic information, Last post information etc.

Namespace: MonoSoftware.MonoX.SubscribeEngine
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public int InfoCaptionLength { get; set; }
Visual Basic
Public Property InfoCaptionLength As Integer
	Get
	Set
Visual C++
public:
property int InfoCaptionLength {
	int get ();
	void set (int value);
}
F#
member InfoCaptionLength : int with get, set

Property Value

Type: Int32

See Also