GrapeCity SPREAD for Windows Forms 12.0J
DeactivateShape フィールド


現在選択されているシェイプの選択を解除します。このフィールドは読み取り専用です。
構文
'Declaration
 
Public Shared ReadOnly DeactivateShape As Object
'使用法
 
Dim value As Object
 
value = SpreadActions.DeactivateShape
public static readonly object DeactivateShape
次のサンプル コードは、選択されているシェイプを非アクティブ化します。
FarPoint.Win.Spread.InputMap im; 
im = fpSpread1.GetInputMap(FarPoint.Win.Spread.InputMapMode.WhenAncestorOfFocused); 
im.Put(new FarPoint.Win.Spread.Keystroke(Keys.D, Keys.None), FarPoint.Win.Spread.SpreadActions.DeactivateShape);
Dim im As FarPoint.Win.Spread.InputMap
im = FpSpread1.GetInputMap(FarPoint.Win.Spread.InputMapMode.WhenAncestorOfFocused)
im.Put(New FarPoint.Win.Spread.Keystroke(Keys.D, Keys.None), FarPoint.Win.Spread.SpreadActions.DeactivateShape)
参照

SpreadActions クラス
SpreadActions メンバ

開発者ガイド

シェイプの使用

 

 


Copyright © 2004 GrapeCity inc.