'宣言 Public Function New( _ ByVal actionType As ButtonAction, _ ByVal cmd As System.String _ )
public PdfPushButton.Action( ButtonAction actionType, System.string cmd )
パラメータ
- actionType
- アクションのタイプを指定します。
- cmd
- アクションに関連付けられたコマンドを指定します(意味は actionTypeに依存)。
'宣言 Public Function New( _ ByVal actionType As ButtonAction, _ ByVal cmd As System.String _ )
public PdfPushButton.Action( ButtonAction actionType, System.string cmd )