ResetTabStop Method (StyleInfo)
In This Topic
Resets the
TabStop property to its default value.
Syntax
'Declaration
Public Sub ResetTabStop()
'Usage
Dim instance As StyleInfo
instance.ResetTabStop()
public void ResetTabStop()
Example
This example uses the ResetTabStop method.
See Also