GrapeCity SPREAD for Windows Forms 11.0J
MoveChildRight フィールド


アクティブなオブジェクトを右に移動します。
構文
'Declaration
 
Public Shared ReadOnly MoveChildRight As Object
'使用法
 
Dim value As Object
 
value = SpreadActions.MoveChildRight
public static readonly object MoveChildRight
次のサンプルコードは、Spreadアクションのキーを設定します。
FarPoint.Win.Spread.InputMap im;
im = fpSpread1.GetInputMap(FarPoint.Win.Spread.InputMapMode.WhenFocused);
im.Put(New FarPoint.Win.Spread.Keystroke(Keys.X, Keys.None), FarPoint.Win.Spread.SpreadActions.MoveChildRight);
Dim im As FarPoint.Win.Spread.InputMap
im = FpSpread1.GetInputMap(FarPoint.Win.Spread.InputMapMode.WhenFocused)
im.Put(New FarPoint.Win.Spread.Keystroke(Keys.X, Keys.None), FarPoint.Win.Spread.SpreadActions.MoveChildRight)
参照

SpreadActions クラス
SpreadActions メンバ

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.