Expression Editor for WinForms | ComponentOne
C1.Win.ExpressionEditor Namespace / ExpressionEditorCollection Class / OpenExpressionEditorForm Method
specified column name.
dialog caption.
the value determines whether to show the Apply button.
the initial position of the dialog.

In This Topic
    OpenExpressionEditorForm Method (ExpressionEditorCollection)
    In This Topic
    Opens ExpressionEditorForm to edit expression of C1ExpressionEditor with specified column name.
    Syntax
    'Declaration
     
    
    Public Function OpenExpressionEditorForm( _
       ByVal column As String, _
       ByVal caption As String, _
       ByVal showApplyButton As Boolean, _
       Optional ByVal location As Nullable(Of Point) _
    ) As String

    Parameters

    column
    specified column name.
    caption
    dialog caption.
    showApplyButton
    the value determines whether to show the Apply button.
    location
    the initial position of the dialog.
    See Also