PowerTools SPREAD for Windows Forms 8.0J
FieldsEditorFocusCursorPosition 列挙体


編集コントロールがフォーカスを受け取るときのポインタの位置を指定します。
構文
'Declaration
 
Public Enum FieldsEditorFocusCursorPosition 
   Inherits System.Enum
'使用法
 
Dim instance As FieldsEditorFocusCursorPosition
public enum FieldsEditorFocusCursorPosition : System.Enum 
メンバ
メンバ説明
Endテキストを選択せずに、ポインタをコントロールのテキストの末尾に配置します。
FirstInputPositionテキストを選択せずに、ポインタをコントロール内の最初の入力位置に配置します。
Inherit位置はエディタのタイプと選択ポリシーによって決定されることを指定します。
MouseLocationテキストを選択せずに、ポインタをポインタデバイスの位置に配置します。
SelectAllポインタをコントロールのテキストの先頭に配置します。
SelectFieldOfMouseLocationポインタをポインタデバイスの位置に配置し、入力フィールドを選択します。
次のサンプルコードは、FieldsEditorFocusCursorPosition 列挙体を使用します。
GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType inputcell = new GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType();
inputcell.FocusPosition = GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorFocusCursorPosition.FirstInputPosition;
inputcell.TabAction = GrapeCity.Win.Spread.InputMan.CellType.TabAction.Field;
fpSpread1.Sheets[0].Cells[0, 0].CellType = inputcell;
Dim inputcell As New GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType
inputcell.FocusPosition = GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorFocusCursorPosition.FirstInputPosition
inputcell.TabAction = GrapeCity.Win.Spread.InputMan.CellType.TabAction.Field
FpSpread1.Sheets(0).Cells(0, 0).CellType = inputcell
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorFocusCursorPosition

参照

GrapeCity.Win.Spread.InputMan.CellType 名前空間

 

 


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