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