Properties
Name
The name of the ModFrame component. This name will be visible below the ModFrame component in the ModFrame Client configuration panel.
The name of a ModFrame component must be unique within the container it resides in. |
First
Starts the search at the front of the string if true. If the it is false the string is searched backwards.
Ignore case
If true the case of the strings are ignored.
FromIndex
The index from where the search is started. If the First property is false, the index is reveresed. (I.e. 0 means the length of the string, 1 means the length - 1 and so forth. The property is exposable.