PowerTools SPREAD for Windows Forms 8.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 メンバ

開発者ガイド

シェイプの使用

 

 


© 2004-2015, GrapeCity inc. All rights reserved.