ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / 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 System.String _
    )
    public Style( 
       System.string name
    )

    Parameters

    name
    The name of the new Style object.
    See Also