ImageList Property

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image

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

Syntax

C#
public ImageList ImageList { get; set; }
Visual Basic
Public Property ImageList As ImageList
	Get
	Set
Visual C++
public:
property ImageList^ ImageList {
	ImageList^ get ();
	void set (ImageList^ value);
}

See Also