ChameleonRichTextBox MacroPrefixForAutoCompleteList Property CleanCode C# Libraries v1.2.03 API
Gets or sets the macro prefix for auto complete list.

Namespace: CleanCode.ChameleonRichTextBoxControls
Assembly: CleanCode.ChameleonRichTextBoxControls (in CleanCode.ChameleonRichTextBoxControls.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public string MacroPrefixForAutoCompleteList { get; set; }

Field Value

The macro prefix for auto complete list. Default is "MACRO: ".
Remarks

This text is affixed to a copy of each macro alias in order to group all macros together in the auto-completion list.
See Also