Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / VisualStyleTheme Class / Clone Method


In This Topic
Clone Method (VisualStyleTheme)
In This Topic
Internal use only. Makes a clone of the visual style (XP theme).
Syntax
'Declaration
 
Public Function Clone() As Object
 
'Usage
 
Dim instance As VisualStyleTheme
Dim value As Object
 
value = instance.Clone()
See Also