AutoScroll Property

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Do not change this property

Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)

Syntax

C#
public override bool AutoScroll { get; set; }
Visual Basic
Public Overrides Property AutoScroll As Boolean
	Get
	Set
Visual C++
public:
virtual property bool AutoScroll {
	bool get () override;
	void set (bool value) override;
}

See Also