Gets or sets the macro prefix for auto complete list.
Namespace: CleanCode.ChameleonRichTextBoxControlsAssembly: CleanCode.ChameleonRichTextBoxControls (in CleanCode.ChameleonRichTextBoxControls.dll) Version: 1.2.3.0 (1.2.03)
public string MacroPrefixForAutoCompleteList { get; set; }
public string MacroPrefixForAutoCompleteList { get; set; }
Public Property MacroPrefixForAutoCompleteList As String
Get
Set
Public Property MacroPrefixForAutoCompleteList As String
Get
Set
public:
property String^ MacroPrefixForAutoCompleteList {
String^ get ();
void set (String^ value);
}
public:
property String^ MacroPrefixForAutoCompleteList {
String^ get ();
void set (String^ value);
}
Field Value
The macro prefix for auto complete list. Default is "MACRO: ".
This text is affixed to a copy of each macro alias in order
to group all macros together in the auto-completion list.