Microsoft Speech Platform
Object: SpTextSelectionInformation
ActiveLength Property
The ActiveLength property gets and sets the count of characters for the active range of the text selection buffer.
Syntax
Set: | SpTextSelectionInformation.ActiveLength = Long |
Get: | Long = SpTextSelectionInformation.ActiveLength |
Parts
- SpTextSelectionInformation
- The owning object.
- Long
-
Set: A Long variable that sets the property.
Get: A Long variable that gets the property.
Example
For an example of the use of the ActiveLength property, see the ISpeechRecoGrammar.SetWordSequenceData section.