ComponentOne Expression Editor for WPF
C1.WPF.ExpressionEditor.4.5.2 Assembly / C1.WPF.ExpressionEditor Namespace / ExpressionItemCategory Class / ExpressionItemCategory Constructor / ExpressionItemCategory Constructor(String,CategoryType)

In This Topic
    ExpressionItemCategory Constructor(String,CategoryType)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal text As String, _
       ByVal type As CategoryType _
    )
    public ExpressionItemCategory( 
       string text,
       CategoryType type
    )

    Parameters

    text
    type
    See Also