FarPoint.Win.Spread アセンブリ > FarPoint.Win.Spread 名前空間 > SpreadActions クラス : ClipboardPasteAsLink フィールド |
FarPoint.Win.Spread.InputMap im;
im = fpSpread1.GetInputMap(FarPoint.Win.Spread.InputMapMode.WhenFocused);
im.Put(new FarPoint.Win.Spread.Keystroke(Keys.P, Keys.None), FarPoint.Win.Spread.SpreadActions.ClipboardPasteAsLink);
Dim im As FarPoint.Win.Spread.InputMap im = fpSpread1.GetInputMap(FarPoint.Win.Spread.InputMapMode.WhenFocused) im.Put(New FarPoint.Win.Spread.Keystroke(Keys.P, Keys.None), FarPoint.Win.Spread.SpreadActions.ClipboardPasteAsLink)
このアクションは、クリップボードのデータを、指定された位置にリンクとして貼り付けます。
このアクションを次のアクションと比較してください。
入力マップまたはアクションマップには、アプリケーションで使用する適切なアクションを設定してください。
このアクションは、入力マップまたはアクションマップの対応するキーまたはキーの組み合わせと共に使用します。マップの詳細については、「キーボード操作」を参照してください。