'宣言 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
- 指定された列名。
- caption
- ダイアログのキャプション。
- showApplyButton
- 適用ボタンを表示するかどうかを決定する値。
- location
- ダイアログの初期位置。