ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / FieldStyleCollection Class / CreateFieldStyle Method
The field that is applied style.
The custom field name if need.

In This Topic
    CreateFieldStyle Method (FieldStyleCollection)
    In This Topic
    Internal uses only.
    Syntax
    'Declaration
     
    Public Shared Function CreateFieldStyle( _
       ByVal field As StyleField, _
       ByVal fieldName As System.String _
    ) As FieldStyle
    public static FieldStyle CreateFieldStyle( 
       StyleField field,
       System.string fieldName
    )

    Parameters

    field
    The field that is applied style.
    fieldName
    The custom field name if need.
    See Also