'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
public string OpenExpressionEditorForm( string column, string caption, bool showApplyButton, Nullable<Point> location )
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.