You are reading help file online using chmlib.com
|
Interface: ISpeechDataKey
The OpenKey method opens the specified subkey of the data key as another data key object.
ISpeechDataKey.OpenKey(
SubKeyName As String
) As ISpeechDataKey
An ISpeechDataKey variable representing the subkey.
For an example of the use of the OpenKey method, see the code example in the EnumKeys section.
You are reading help file online using chmlib.com
|