PowerTools SPREAD for Windows Forms 8.0J
EditorFocusCursorPosition 列挙体


編集コントロールがフォーカスを受け取るときのポインタの位置を指定します。
構文
'Declaration
 
Public Enum EditorFocusCursorPosition 
   Inherits System.Enum
'使用法
 
Dim instance As EditorFocusCursorPosition
public enum EditorFocusCursorPosition : System.Enum 
メンバ
メンバ説明
Endテキストを選択せずに、ポインタをコントロールのテキストの最後に配置します。
FirstInputPositionテキストを選択せずに、ポインタをコントロール内の最初の入力位置に配置します。
Inherit位置はエディタのタイプと選択ポリシーによって決定されることを指定します。
MouseLocationテキストを選択せずに、ポインタをポインタデバイスの位置に配置します。
SelectAllポインタをコントロールのテキストの先頭に配置します。
次のサンプルコードは、EditorFocusプロパティを設定します。
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;
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 名前空間

 

 


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