Input for WinForms | ComponentOne
C1.Framework Namespace / Style Class / Style Constructor / Style Constructor(String)
The name of the new Style object.

In This Topic
    Style Constructor(String)
    In This Topic
    Initializes a new instance of a Style.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal name As String _
    )
    public Style( 
       string name
    )

    Parameters

    name
    The name of the new Style object.
    See Also