Skip to content
unforbidable edited this page Oct 14, 2015 · 2 revisions

Keyword forms represent keywords that may be used by other Forms.

Properties
Name Description
FormId Gets the Form ID associated with this form.
EditorId Gets or sets the Editor ID associated with this form.
Color Gets or sets the color of this Keyword.
Methods
Name Description
Tag(string) Tags the form with the specified text.
HasTag(string) Determines whether the form has been tagged with the specified text.
Remarks

Color property is an integer that represents a color value in RGB color model, in reverse order, i.e. BBGGRR. The following example sets the color of a Keyword to bright red:

Target.Color = 0x0000ff;

Clone this wiki locally