All of the properties, events, and methods for the VSFlexString control are listed in the following tables. Properties, events, and methods that apply only to this control, or that require special consideration when used with it, are marked with an asterisk (*). These are documented in later sections. For documentation on the remaining properties, see the Visual Basic documentation.
Properties
Returns or sets whether matching is case-sensitive. | |
Returns status information after each pattern-matching operation. | |
Returns the number of matches found after setting the Pattern or Text properties. | |
Returns or sets the zero-based index of the current match when there are multiple matches. | |
Returns the length of the current match, in characters. | |
Returns the zero-based position of the current match within the Text string. | |
Returns or sets the string corresponding to the current match. | |
Returns or sets the regular expression used for matching against the Text string. | |
Sets a string to replace all matches. | |
Returns a phonetic code representing the current Text string. | |
Returns the number of tags found after setting the Pattern, Text, or MatchIndex properties. | |
Returns or sets the index of the current tag when there are multiple tags in the Pattern string. | |
Returns the length of the current tag, in characters. | |
Returns the position of the current tag within the Text string, starting from zero. | |
Returns or sets the string corresponding to the current tag. | |
*Text |
Returns or sets the text to be scanned searching for the Pattern string. |
Returns the version of the control currently loaded in memory. |