-
Notifications
You must be signed in to change notification settings - Fork 4
KYWD
unforbidable edited this page Oct 14, 2015
·
2 revisions
Keyword forms represent keywords that may be used by other Forms.
| 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. |
| Name | Description |
|---|---|
Tag(string) |
Tags the form with the specified text. |
HasTag(string) |
Determines whether the form has been tagged with the specified text. |
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;
© 2015 Unforbidable Works