FarPoint.Win アセンブリ > FarPoint.Win 名前空間 : EditModeCursorPosition 列挙体 |
'宣言
Public Enum EditModeCursorPosition Inherits System.Enum
public enum EditModeCursorPosition : System.Enum
メンバ | 解説 |
---|---|
End | テキストを選択せずに、ポインタをコントロールの テキストの最後に配置します。 |
FirstInputPosition | テキストを選択せずに、ポインタをコントロール内の最初の入力位置に配置します。 |
LastKnownPosition | テキストを選択せずに、コントロールがフォーカスを失う直前の位置に ポインタを配置します。 |
MouseLocation | テキストを選択せずに、ポインタをポインタデバイスの位置に配置します。 |
SelectAll | すべてのテキストを選択し、ポインタをコントロールの テキストの最後に配置します。 |
System.Object
System.ValueType
System.Enum
FarPoint.Win.EditModeCursorPosition