Spread Windows Forms 15.0
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()
    public object Clone()
    See Also