TimeSpanEditorデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
![]() | TimeSpanEditor コンストラクタ | オーバーロードされます。 |
名前 | 解説 | |
---|---|---|
![]() | FractionalFormat | 時間の小数ユニット ("0.##") を含む値の書式化に使用される書式を返します。 |
![]() ![]() | MaxValue | DateTime.MinValue および DateTime.MaxValue プロパティの差異である、このエディターにサポートされる TimeSpan 値の最大値を返します。この値は 3,652,059 日と同じ期間と等しいです。 |
![]() ![]() | MinValue | このエディター (TimeSpan.Zero) にサポートされる TimeSpan の最小値返します。TimeSpanEditor は負の値をサポートしないことに注意してください。 |
名前 | 解説 | |
---|---|---|
![]() | AcceptsReturn | 複数行のエディターで[Enter]キーを押したとき、テキストを改行するのかどうかを示す値を設定します。 Infragistics.Win.EditorWithTextから継承されます。 |
![]() | AcceptsTab | 複数行テキストボックスコントロールで[Tab]キーを押したとき、タブオーダーに従って次のコントロールにフォーカスを移動させる代わりにコントロールにタブ文字を入力させるかどうかを示す値を設定します。 Infragistics.Win.EditorWithTextから継承されます。 |
![]() | ButtonsLeft | エディターの左側に表示される Infragistics.Win.UltraWinEditors.EditorButtonBase インスタンスのコレクションを返します。 Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBaseから継承されます。 |
![]() | ButtonsRight | エディターの右側に表示される Infragistics.Win.UltraWinEditors.EditorButtonBase インスタンスのコレクションを返します。 Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBaseから継承されます。 |
![]() | CanFocus | エディターが編集モードのときにフォーカスを受け取れるかどうかを示す値を返します。 Infragistics.Win.EditorWithTextから継承されます。 |
![]() | CurrentEditText | 現在編集されているテキストをまったく検証せずに返します。これは現在入力されているテキストを返します。 エディターがテキストボックスのようなコントロールを持っていない場合は、現在の編集値をテキスト形式で返します。 Infragistics.Win.EditorWithTextから継承されます。 |
![]() | DataFilter | null以外の場合は、エディターで使用されるカスタムデータフィルターを示します。 Infragistics.Win.EmbeddableEditorBaseから継承されます。 |
![]() | DefaultOwner | 埋め込み可能なエディターのデフォルトのオーナーを返します。エディターのオーナーに固有な値を提供します。 Infragistics.Win.EmbeddableEditorBaseから継承されます。 |
![]() | Disposed | Infragistics.Shared.DisposableObjectから継承されます。 |
![]() | EditorSharedObjectName | このエディターと定義した共有オブジェクトの名前を指定します。 Infragistics.Win.EmbeddableEditorBaseから継承されます。 |
![]() | ElementBeingEdited | 現在編集モードである組み込み可能な要素を返します。 Infragistics.Win.EmbeddableEditorBaseから継承されます。 |
![]() | ExpectedType | データフィルターの場合にエディターによって使用されるデフォルトの型。nullはエディターが複数のデータ型をサポートすることを意味し、オーナーによって型が設定または提供されます。 Infragistics.Win.EmbeddableEditorBaseから継承されます。 |
![]() | Focused | エディターが入力フォーカスを持っているかどうかを示す値を返します。 Infragistics.Win.EditorWithTextから継承されます。 |
![]() | HasButtonsLeft | コレクション内にボタンが存在するかどうかを示します。 Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBaseから継承されます。 |
![]() | HasButtonsRight | コレクション内にボタンが存在するかどうかを示します。 Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBaseから継承されます。 |
![]() | IsDroppedDown | 編集モードでドロップダウンのリストがオープンしている場合にTrueを返します。 Infragistics.Win.EmbeddableEditorBaseから継承されます。 |
![]() | IsInEditMode | エディターが編集モードの場合はTrueを返します。 Infragistics.Win.EmbeddableEditorBaseから継承されます。 |
![]() | IsInIMEComposition | エディターの TextBox が現在 IME Composition 演算を処理している場合は true を返します。 Infragistics.Win.EditorWithTextから継承されます。 |
![]() | IsValid | 編集された値が有効な場合はTrueを返します(読み取り専用)。 Infragistics.Win.EmbeddableEditorBaseから継承されます。 |
![]() | ScrollBars | エディターに表示されるスクロールバーの種類を設定します。 Infragistics.Win.EditorWithTextから継承されます。 |
![]() | SelectedText | エディターで選択されるテキストを設定します。 Infragistics.Win.EmbeddableEditorBaseから継承されます。 |
![]() | SelectionLength | エディターで選択された文字数を取得または設定します。 Infragistics.Win.EmbeddableEditorBaseから継承されます。 |
![]() | SelectionStart | エディターで選択されたテキストの開始点を取得または設定します。 Infragistics.Win.EmbeddableEditorBaseから継承されます。 |
![]() | SpinButtonAlignment | SpinButtonVisible が true の場合、SpinButto の配置 (右または左) を取得または設定します。 |
![]() | SpinButtonVisible | エディターが、クリックされた現在の値を増加または減少するためのスピンボタンを自動的に表示するかどうかを示す値を取得または設定します。 |
![]() | SupportsAutoSizeEdit | エディターがAutoSizeEditをサポートするかどうかを示す値を設定します。 Infragistics.Win.EditorWithTextから継承されます。 |
![]() | SupportsDropDown | このエディターがドロップダウンをサポートする場合はTrueを返します。 Infragistics.Win.EmbeddableEditorBaseから継承されます。 |
![]() | SupportsSelectableText | エディターがテキストの選択をサポートするかどうかを示す値を返します。 Infragistics.Win.EditorWithTextから継承されます。 |
![]() | SupportsSpellChecking | Trueを返します。 Infragistics.Win.EditorWithTextから継承されます。 |
![]() | SupportsValueList | エディターが値リストをサポートするかどうかを指定します(読み取り専用)。 Infragistics.Win.EmbeddableEditorBaseから継承されます。 |
![]() | Tag | Infragistics.Shared.SubObjectBaseから継承されます。 |
![]() | TextBox | このクラスで使用されるEmbeddableTextBoxを返します。 Infragistics.Win.EditorWithTextから継承されます。 |
![]() | TextLength | エディターのテキストの長さを取得します。 Infragistics.Win.EmbeddableEditorBaseから継承されます。 |
![]() | Value | 編集する値を取得または設定します。 Infragistics.Win.EditorWithTextから継承されます。 |
名前 | 解説 | |
---|---|---|
![]() | AppliesFormatStringWhenInEditMode | 編集モードのときに、エディターがオーナーの EmbeddableEditorOwnerBase.GetFormatInfo メソッドから返された書式文字列を適用するかどうかを返します。 Infragistics.Win.EditorWithTextから継承されます。 |
![]() | EditorValue | エディター値を取得または設定します。 Infragistics.Win.EditorWithTextから継承されます。 |
![]() | HasOwnDefaultContextMenu | エディター自体のデフォルトのコンテキスト メニューを持つ派生エディターによってオーバーライドされるプロパティで、祖先の ContextMenu は表示されません。 Infragistics.Win.EmbeddableEditorBaseから継承されます。 |
![]() | SelectedTextInternal | テキストボックスで現在選択されているテキストを表す文字列を取得または設定します。 Infragistics.Win.EditorWithTextから継承されます。 |
![]() | SelectionLengthInternal | テキストボックスで選択されたテキストの開始位置を取得または設定します。 Infragistics.Win.EditorWithTextから継承されます。 |
![]() | SelectionStartInternal | テキストボックスで選択された文字数を取得または設定します。 Infragistics.Win.EditorWithTextから継承されます。 |
![]() | SubObjectPropChangeHandler | Infragistics.Shared.SubObjectBaseから継承されます。 |
![]() | TextLengthInternal | エディターのテキストの長さを取得します。 Infragistics.Win.EditorWithTextから継承されます。 |
![]() | WantsOwnerKeyEvents | 編集モードの間にエディターがオーナーからキーイベントを受領したいかどうかを指定します。 Infragistics.Win.EmbeddableEditorBaseから継承されます。 |
名前 | 解説 | |
---|---|---|
![]() | ApplyValueAppearance | dataValデータ値に関連した外観を適用します。基本実装は何も実行しません。 Infragistics.Win.EmbeddableEditorBaseから継承されます。 |
![]() | AreTouchMetricsEnabled | Touch モードが現在このコントロールで有効かどうかを返します。 Infragistics.Win.EmbeddableEditorBaseから継承されます。 |
![]() | CanEditType | オーバーライドされます。 このエディターが指定されたタイプのデータ値を編集できるかどうかを返します。 |
![]() | CanRenderType | オーバーライドされます。 このエディターが指定されたタイプのデータ値を描画できるかどうかを返します。 |
![]() | Clone | オーバーロードされます。 指定されたデフォルトのオーナーで埋め込みエディターのコピーを作成します。 Infragistics.Win.EditorWithTextから継承されます。 |
![]() | CloseUp | ドロップダウンを閉じます。 Infragistics.Win.EmbeddableEditorBaseから継承されます。 |
![]() | ComparesByValue | オーナーが表示テキストではなく基本値に基づいて項目を比較するかどうかを返します。 Infragistics.Win.EmbeddableEditorBaseから継承されます。 |
![]() | CreateAccessibilityInstance | エディターによって管理されている特定のオブジェクトのユーザー補助オブジェクトを作成するために、エディターのオーナーによって使用されます。 Infragistics.Win.EditorWithTextから継承されます。 |
![]() | CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. System.MarshalByRefObjectから継承されます。 |
![]() | CreateUIAutomationProvider | UI オートメーション プロバイダーを作成します。 Infragistics.Win.EditorWithTextから継承されます。 |
![]() | DataValueToText | オーバーロードされます。 オーバーライドされます。 指定された値を文字列に変換します。 |
![]() | Dispose | Infragistics.Shared.DisposableObjectから継承されます。 |
![]() | DropDown | ドロップダウンをドロップダウンするために呼び出されます。 Infragistics.Win.EmbeddableEditorBaseから継承されます。 |
![]() | EnterEditMode | オーバーロードされます。 エディターを編集モードにするときに呼び出します。 Infragistics.Win.EditorWithTextから継承されます。 |
![]() | ExitEditMode | エディターを編集モードを終了するときに呼び出します。 Infragistics.Win.EmbeddableEditorBaseから継承されます。 |
![]() | Focus | エディターに入力フォーカスを設定します。 Infragistics.Win.EditorWithTextから継承されます。 |
![]() ![]() | Format | オーバーロードされます。 表示文字列のデフォルト ユニットを使用して指定された TimeSpan を書式化します。 |
![]() | GetDropDownState | ドロップダウンがドロップダウンされるかどうかについての情報を返します。 Infragistics.Win.EmbeddableEditorBaseから継承されます。 |
![]() | GetEditStatus | オブジェクトが編集モードかどうかについての情報を返します。 Infragistics.Win.EmbeddableEditorBaseから継承されます。 |
![]() | GetEmbeddableElement | オーバーロードされます。 埋め込み可能要素の作成と配置を行う親要素の UIElement.PositionChildElements メソッドの内部から呼び出されます。 Infragistics.Win.EditorWithTextから継承されます。 |
![]() | GetEmbeddableElementType | エディターが埋め込み要素として使用する EmbeddableUIElementBase 派生クラスの型を返します。 Infragistics.Win.EditorWithTextから継承されます。 |
![]() | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. System.MarshalByRefObjectから継承されます。 |
![]() | GetMinimumTouchFriendlyHeight | タッチ フレンドリーで表示するために必要な最低限の高さを返します。 Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBaseから継承されます。 |
![]() | GetSize | オーバーロードされます。 エディターによって優先/必要とされるサイズを決定するために使用されます。 Infragistics.Win.EditorWithTextから継承されます。 |
![]() | GetSpellCheckTarget | 現在のスペルチェックの対象を取得します Infragistics.Win.EditorWithTextから継承されます。 |
![]() | InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. System.MarshalByRefObjectから継承されます。 |
![]() | IsInputKey | キーがエディターによって使用されるかどうかを返します。 Infragistics.Win.EditorWithTextから継承されます。 |
![]() | IsValidValue | 編集された値が有効な場合はTrueを返します(読み取り専用)。値が無効な場合、"errorMessage"出力パラメーターにエラーメッセージが格納される可能性があります。 Infragistics.Win.EmbeddableEditorBaseから継承されます。 |
![]() | NotifyPropChange | オーバーロードされます。 Infragistics.Shared.SubObjectBaseから継承されます。 |
![]() | OnKeyUp | embeddableTextBox の keyUp メッセージをリスニングします。 Infragistics.Win.EditorWithTextから継承されます。 |
![]() | OnTouchMetricsChanged | TouchProvider の状態または登録が変わったとき (その Visble プロパティか Enabled プロパティが変わったときなど) に呼び出されます。 Infragistics.Win.EmbeddableEditorBaseから継承されます。 |
![]() ![]() | Parse | オーバーロードされます。 時間表示文字列のデフォルト ユニットを使用して、指定された TimeSpan を解析します。 |
![]() | ResetButtonsLeft | Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase.ButtonsLeft コレクションをリセットします。 Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBaseから継承されます。 |
![]() | ResetButtonsRight | Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase.ButtonsRight コレクションをリセットします。 Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBaseから継承されます。 |
![]() | SelectAll | エディターのすべてのテキストを選択します。 Infragistics.Win.EmbeddableEditorBaseから継承されます。 |
![]() | ShouldSerializeTag | Infragistics.Shared.SubObjectBaseから継承されます。 |
![]() ![]() | Validate | 指定された text を検証し、有効かどうかを指定する値を返します。 |
![]() | ValueToDataValue | オーバーロードされます。 オーナーの GetDataType メソッドによって返されるタイプのオブジェクトに val を変換します。変換できない場合、null を返します。提供されるフォーマットおよびオーナーのフォーマット文字列を使用します。 Infragistics.Win.EmbeddableEditorBaseから継承されます。 |
![]() | VerifyNotDisposed | Infragistics.Shared.DisposableObjectから継承されます。 |