PowerTools PlusPak for Windows Forms 8.0J
PasteAction プロパティ

貼り付け組み込みアクションを取得します。
構文
Public Shared ReadOnly Property PasteAction As ITouchBarAction
public static ITouchBarAction PasteAction {get;}

プロパティ値

貼り付け組み込みアクションを示す ITouchBarAction オブジェクト。
解説
アクションの実行可否を判断する際、このアクションはクリップボードに文字列が格納されているかどうか、およびターゲットコントロールが有効かどうかをチェックします。
貼り付けアクションを実行すると、[Ctrl]+[V]のキーの組み合わせがターゲットコントロールに送信されます。
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

TouchToolBarActions クラス
TouchToolBarActions メンバ

Send Feedback