MESCIUS SPREAD for Windows Forms 15.0J
EditorFocusCursorPosition 列挙体
使用例 使用例 

編集コントロールがフォーカスを受け取るときのポインタの位置を指定します。
構文
'宣言
 
Public Enum EditorFocusCursorPosition 
   Inherits System.Enum
public enum EditorFocusCursorPosition : System.Enum 
メンバ
メンバ解説
Endテキストを選択せずに、ポインタをコントロールの テキストの最後に配置します。
FirstInputPositionテキストを選択せずに、ポインタをコントロール内の最初の入力位置に配置します。
Inherit位置はエディタのタイプと選択ポリシーによって決定されることを指定します。
MouseLocationテキストを選択せずに、ポインタをポインタデバイスの位置に配置します。
SelectAllポインタをコントロールのテキストの先頭に配置します。
使用例
次のサンプルコードは、EditorFocusプロパティを設定します。
FarPoint.Win.Spread.CellType.GeneralCellType celltest = new FarPoint.Win.Spread.CellType.GeneralCellType();
celltest.FocusPosition = FarPoint.Win.Spread.CellType.EditorFocusCursorPosition.MouseLocation;
FpSpread1.Sheets[0].Cells[0, 0].CellType = celltest;
Dim celltest As New FarPoint.Win.Spread.CellType.GeneralCellType
celltest.FocusPosition = FarPoint.Win.Spread.CellType.EditorFocusCursorPosition.MouseLocation
FpSpread1.Sheets(0).Cells(0, 0).CellType = celltest
継承階層

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.Spread.CellType.EditorFocusCursorPosition

参照

FarPoint.Win.Spread.CellType 名前空間

 

 


© MESCIUS inc. All rights reserved.