SpTextSelectionInformation ActiveLength Property (SAPI 5.3)
Microsoft Speech API 5.3
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.