Expression Editor for WinForms
OpenExpressionEditorForm メソッド (ExpressionEditorCollection)

C1.Win.ExpressionEditor.4.5.2 アセンブリ > C1.Win.ExpressionEditor 名前空間 > ExpressionEditorCollection クラス : OpenExpressionEditorForm メソッド
specified column name.
dialog caption.
the value determines whether to show the Apply button.
the initial position of the dialog.
Opens ExpressionEditorForm to edit expression of C1ExpressionEditor with specified column name.
シンタックス
'宣言
 
Public Function OpenExpressionEditorForm( _
   ByVal column As System.String, _
   ByVal caption As System.String, _
   ByVal showApplyButton As System.Boolean, _
   Optional ByVal location As System.Nullable(Of Point) _
) As System.String
public System.string OpenExpressionEditorForm( 
   System.string column,
   System.string caption,
   System.bool showApplyButton,
   System.Nullable<Point> location
)

パラメータ

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

ExpressionEditorCollection クラス
ExpressionEditorCollection メンバ