This member of Class WaveLinkTone is supported on iOS, Windows Mobile, Windows CE, Palm, and DOS.
The RemoveTone Method removes a specific note from the current WaveLinkTone object.
Syntax
public void RemoveTone(int tnIndex)
Parameters
tnIndex |
The zero-based index value of the note to be removed |
Remarks
To remove a note from a tone file stored on a device, you must first set the tone file as the current WaveLinkTone object using the GetToneFile Method, then use RemoveTone.
The first tone in the list is indexed as zero. For example, to remove the third note in the current WaveLinkTone Object, you pass a 2.
Was this article useful?
The topic was:
Inaccurate
Incomplete
Not what I expected
Other