FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NamedStyle Class / ResetParent Method


In This Topic
ResetParent Method (NamedStyle)
In This Topic
Resets the StyleInfo.Parent property to its default value.
Syntax
'Declaration
 
Public Overrides Sub ResetParent() 
 
'Usage
 
Dim instance As NamedStyle
 
instance.ResetParent()
See Also