Opens ExpressionEditorForm to edit expression of C1ExpressionEditor with specified column name.
シンタックス
'宣言
Public Function OpenExpressionEditorForm( _
ByVal column As System.String, _
ByVal As System.String, _
ByVal As System.Boolean, _
Optional ByVal As System.Nullable(Of Point) _
) As System.String
public System.string OpenExpressionEditorForm(
System.string column,
System.string ,
System.bool ,
System.Nullable<Point>
)
パラメータ
- column
- specified column name.
- caption
- dialog caption.
- showApplyButton
- the value determines whether to show the Apply button.
- location
- the initial position of the dialog.
参照