ComponentOne CalendarView for WinForms
C1.Framework.Drawing.Gdi Namespace / StringFormat Class / Clone Method

In This Topic
    Clone Method (StringFormat)
    In This Topic
    Creates a copy of the StringFormat object.
    Syntax
    'Declaration
     
    
    Public Function Clone() As Object
    public object Clone()

    Return Value

    Returns a copy of the StringFormat object.
    See Also