バージョン

XamDateTimeEditor クラス メソッド

このクラスのメンバの一覧は、XamDateTimeEditorメンバを参照してください。

パブリック メソッド
 名前解説
Public メソッドAddHandlerオーバーロードされます。 Adds a routed event handler for a specified routed event, adding the handler to the handler collection on the current element. System.Windows.UIElementから継承されます。
Public メソッドAddToEventRouteAdds handlers to the specified System.Windows.EventRoute for the current System.Windows.UIElement event handler collection. System.Windows.UIElementから継承されます。
Public メソッドApplyAnimationClockオーバーロードされます。 Applies an animation to a specified dependency property on this element. Any existing animations are stopped and replaced with the new animation. System.Windows.UIElementから継承されます。
Public メソッドApplyTemplateBuilds the current template's visual tree if necessary, and returns a value that indicates whether the visual tree was rebuilt by this call. System.Windows.FrameworkElementから継承されます。
Public メソッドArrangePositions child elements and determines a size for a System.Windows.UIElement. Parent elements call this method from their System.Windows.UIElement.ArrangeCore(System.Windows.Rect) implementation (or a WPF framework-level equivalent) to form a recursive layout update. This method constitutes the second pass of a layout update. System.Windows.UIElementから継承されます。
Public メソッドBeginAnimationオーバーロードされます。 Starts an animation for a specified animated property on this element. System.Windows.UIElementから継承されます。
Public メソッドBeginInitStarts the initialization process for this element. System.Windows.FrameworkElementから継承されます。
Public メソッドBeginStoryboardオーバーロードされます。 Begins the sequence of actions that are contained in the provided storyboard. System.Windows.FrameworkElementから継承されます。
Public メソッドBringIntoViewオーバーロードされます。 Attempts to bring this element into view, within any scrollable regions it is contained within. System.Windows.FrameworkElementから継承されます。
Public メソッドCanEditTypeエディターはネイティブで指定したタイプの編集値をサポートするかどうかを決定します。 Infragistics.Windows.Editors.XamMaskedEditorから継承されます。
Public メソッドCanRenderTypeエディターはネイティブで指定したタイプの値の表示をサポートするかどうかを決定します。 Infragistics.Windows.Editors.XamMaskedEditorから継承されます。
Public メソッドCaptureMouseAttempts to force capture of the mouse to this element. System.Windows.UIElementから継承されます。
Public メソッドCaptureStylusAttempts to force capture of the stylus to this element. System.Windows.UIElementから継承されます。
Public メソッドCaptureTouchAttempts to force capture of a touch to this element. System.Windows.UIElementから継承されます。
Public メソッドClearValueオーバーロードされます。 Clears the local value of a property. The property to be cleared is specified by a System.Windows.DependencyProperty identifier. System.Windows.DependencyObjectから継承されます。
Public メソッドCoerceValueCoerces the value of the specified dependency property. This is accomplished by invoking any System.Windows.CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling System.Windows.DependencyObject. System.Windows.DependencyObjectから継承されます。
Public メソッドConvertTextToValueValueToTextConverterResolved を使用して、指定したテキストを値タイプに変換します。このメソッドは一般的にユーザーによって修正されたテキストを ValueType に変換するために呼び出されます。 Infragistics.Windows.Editors.ValueEditorから継承されます。
Public メソッドConvertValueToDisplayTextValueToDisplayTextConverterResolved を使用してテキストを表示するために、指定した値を変換します。変換が成功すれば True を返します。このメソッドは、エディターが編集モードでない時にエディターの値を表示するために使用されます。 Infragistics.Windows.Editors.TextEditorBaseから継承されます。
Public メソッドConvertValueToTextValueToTextConverterResolved を使用して、指定した値をテキストに変換します。このメソッドは、エディターが編集モードの時にエディターの値を表示するために使用されます。 Infragistics.Windows.Editors.ValueEditorから継承されます。
Public メソッドCopy現在選択されているテキストに対して Copy 編集操作を実行し、そのテキストをクリップボードに格納します。 Infragistics.Windows.Editors.XamMaskedEditorから継承されます。
Public メソッドCut現在選択されているテキストに対して Cut 編集操作を実行し、そのテキストをコントロールから削除してクリップボードに格納します。 Infragistics.Windows.Editors.XamMaskedEditorから継承されます。
Public メソッドDelete可能であれば現在選択されているテキストを削除し、それに従って文字をシフトします。 Infragistics.Windows.Editors.XamMaskedEditorから継承されます。
Public メソッドEndEditMode編集モードを終了します。 Infragistics.Windows.Editors.ValueEditorから継承されます。
Public メソッドEndInitIndicates that the initialization process for the element is complete. System.Windows.FrameworkElementから継承されます。
Public メソッドEquals System.Windows.DependencyObjectから継承されます。
Public メソッドExecuteCommandオーバーロードされます。 指定された CommandWrapper によって表される RoutedCommand を実行します。 Infragistics.Windows.Editors.XamMaskedEditorから継承されます。
Public メソッドFindCommonVisualAncestorReturns the common ancestor of two visual objects. System.Windows.Media.Visualから継承されます。
Public メソッドFindName System.Windows.FrameworkElementから継承されます。
Public メソッドFindResourceSearches for a resource with the specified key, and throws an exception if the requested resource is not found. System.Windows.FrameworkElementから継承されます。
Public メソッドFocusAttempts to set focus to this element. System.Windows.UIElementから継承されます。
Public メソッドGetAnimationBaseValueReturns the base property value for the specified property on this element, disregarding any possible animated value from a running or stopped animation. System.Windows.UIElementから継承されます。
Public メソッドGetBindingExpressionReturns the System.Windows.Data.BindingExpression that represents the binding on the specified property. System.Windows.FrameworkElementから継承されます。
Public メソッドGetHashCodeGets a hash code for this System.Windows.DependencyObject. System.Windows.DependencyObjectから継承されます。
Public メソッドGetLocalValueEnumeratorCreates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. System.Windows.DependencyObjectから継承されます。
Public メソッドGetText指定したマスク モードに基づきエディターの現在のテキストを返します。 Infragistics.Windows.Editors.XamMaskedEditorから継承されます。
Public メソッドGetValueReturns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. System.Windows.DependencyObjectから継承されます。
Public メソッドInitializeHostInfo他のコントロールで組み込まれている場合、関連付けられたホスト情報でエディターを初期化します。 Infragistics.Windows.Editors.ValueEditorから継承されます。
Public メソッドInputHitTest System.Windows.UIElementから継承されます。
Public メソッドInvalidateArrangeInvalidates the arrange state (layout) for the element. After the invalidation, the element will have its layout updated, which will occur asynchronously unless subsequently forced by System.Windows.UIElement.UpdateLayout. System.Windows.UIElementから継承されます。
Public メソッドInvalidateMeasureInvalidates the measurement state (layout) for the element. System.Windows.UIElementから継承されます。
Public メソッドInvalidateProperty System.Windows.DependencyObjectから継承されます。
Public メソッドInvalidateVisualInvalidates the rendering of the element, and forces a complete new layout pass. System.Windows.UIElement.OnRender(System.Windows.Media.DrawingContext) is called after the layout cycle is completed. System.Windows.UIElementから継承されます。
Public メソッドIsAncestorOfDetermines whether the visual object is an ancestor of the descendant visual object. System.Windows.Media.Visualから継承されます。
Public メソッドIsDescendantOfDetermines whether the visual object is a descendant of the ancestor visual object. System.Windows.Media.Visualから継承されます。
Public メソッドMeasureUpdates the System.Windows.UIElement.DesiredSize of a System.Windows.UIElement. Parent elements call this method from their own System.Windows.UIElement.MeasureCore(System.Windows.Size) implementations to form a recursive layout update. Calling this method constitutes the first pass (the "Measure" pass) of a layout update. System.Windows.UIElementから継承されます。
Public メソッドMoveFocusMoves the keyboard focus away from this element and to another element in a provided traversal direction. System.Windows.FrameworkElementから継承されます。
Public メソッドOnApplyTemplateオーバーライドされます。 テンプレートがエディターに適用される時に発生されます。  
Public メソッドPastePaste 編集操作を実行します。 Infragistics.Windows.Editors.XamMaskedEditorから継承されます。
Public メソッドPointFromScreenConverts a System.Windows.Point in screen coordinates into a System.Windows.Point that represents the current coordinate system of the System.Windows.Media.Visual. System.Windows.Media.Visualから継承されます。
Public メソッドPointToScreenConverts a System.Windows.Point that represents the current coordinate system of the System.Windows.Media.Visual into a System.Windows.Point in screen coordinates. System.Windows.Media.Visualから継承されます。
Public メソッドPredictFocusDetermines the next element that would receive focus relative to this element for a provided focus movement direction, but does not actually move the focus. System.Windows.FrameworkElementから継承されます。
Public メソッドRaiseEvent System.Windows.UIElementから継承されます。
Public メソッドReadLocalValueReturns the local value of a dependency property, if it exists. System.Windows.DependencyObjectから継承されます。
Public メソッドRegisterNameProvides an accessor that simplifies access to the System.Windows.NameScope registration method. System.Windows.FrameworkElementから継承されます。
Public メソッドReleaseAllTouchCapturesReleases all captured touch devices from this element. System.Windows.UIElementから継承されます。
Public メソッドReleaseMouseCaptureReleases the mouse capture, if this element held the capture. System.Windows.UIElementから継承されます。
Public メソッドReleaseStylusCaptureReleases the stylus device capture, if this element held the capture. System.Windows.UIElementから継承されます。
Public メソッドReleaseTouchCaptureAttempts to release the specified touch device from this element. System.Windows.UIElementから継承されます。
Public メソッドRemoveHandler System.Windows.UIElementから継承されます。
Public メソッドResetFormatFormat プロパティを null のデフォルト値にリセットします。 Infragistics.Windows.Editors.ValueEditorから継承されます。
Public メソッドResetFormatProviderFormatProvider プロパティを null のデフォルト値にリセットします。 Infragistics.Windows.Editors.ValueEditorから継承されます。
Public メソッドResetIsReadOnlyIsReadOnly プロパティを false のデフォルト値にリセットします。 Infragistics.Windows.Editors.ValueEditorから継承されます。
Public メソッドResetValueConstraintValueConstraint プロパティを null のデフォルト値にリセットします。 Infragistics.Windows.Editors.ValueEditorから継承されます。
Public メソッドResetValueTypeValueType プロパティをデフォルト値にリセットします。 Infragistics.Windows.Editors.ValueEditorから継承されます。
Public メソッドSelectAllコントロールのテキストを全て選択します。 Infragistics.Windows.Editors.XamMaskedEditorから継承されます。
Public メソッドSetBindingオーバーロードされます。 Attaches a binding to this element, based on the provided binding object. System.Windows.FrameworkElementから継承されます。
Public メソッドSetCurrentValue System.Windows.DependencyObjectから継承されます。
Public メソッドSetResourceReferenceSearches for a resource with the specified name and sets up a resource reference to it for the specified property. System.Windows.FrameworkElementから継承されます。
Public メソッドSetValueオーバーロードされます。 Sets the local value of a dependency property, specified by its dependency property identifier. System.Windows.DependencyObjectから継承されます。
Public メソッドShouldSerializeFormatFormat プロパティがデフォルト以外の値に設定されている場合、True を返します。 Infragistics.Windows.Editors.ValueEditorから継承されます。
Public メソッドShouldSerializeFormatProviderFormatProvider プロパティがデフォルト以外の値に設定されている場合、True を返します。 Infragistics.Windows.Editors.ValueEditorから継承されます。
Public メソッドShouldSerializeIsReadOnlyIsReadOnly プロパティがデフォルト以外の値に設定されている場合 True を返します。 Infragistics.Windows.Editors.ValueEditorから継承されます。
Public メソッドShouldSerializeValueConstraintValueConstraint プロパティがデフォルト以外の値に設定されている場合、True を返します。 Infragistics.Windows.Editors.ValueEditorから継承されます。
Public メソッドShouldSerializeValueTypeValueType プロパティがデフォルト以外の値に設定されている場合、True を返します。 Infragistics.Windows.Editors.ValueEditorから継承されます。
Public メソッドStartEditMode編集モードにします。 Infragistics.Windows.Editors.ValueEditorから継承されます。
Public メソッドToggleInsertMode挿入および上書きモードを切り替えます。 Infragistics.Windows.Editors.XamMaskedEditorから継承されます。
Public メソッドToStringReturns the string representation of a System.Windows.Controls.Control object. System.Windows.Controls.Controlから継承されます。
Public メソッドTransformToAncestorオーバーロードされます。 Returns a transform that can be used to transform coordinates from the System.Windows.Media.Visual to the specified System.Windows.Media.Visual ancestor of the visual object. System.Windows.Media.Visualから継承されます。
Public メソッドTransformToDescendantReturns a transform that can be used to transform coordinates from the System.Windows.Media.Visual to the specified visual object descendant. System.Windows.Media.Visualから継承されます。
Public メソッドTransformToVisualReturns a transform that can be used to transform coordinates from the System.Windows.Media.Visual to the specified visual object. System.Windows.Media.Visualから継承されます。
Public メソッドTranslatePointTranslates a point relative to this element to coordinates that are relative to the specified element. System.Windows.UIElementから継承されます。
Public メソッドTryFindResourceSearches for a resource with the specified key, and returns that resource if found. System.Windows.FrameworkElementから継承されます。
Public メソッドUnregisterNameSimplifies access to the System.Windows.NameScope de-registration method. System.Windows.FrameworkElementから継承されます。
Public メソッドUpdateDefaultStyleReapplies the default style to the current System.Windows.FrameworkElement. System.Windows.FrameworkElementから継承されます。
Public メソッドUpdateLayoutEnsures that all visual child elements of this element are properly updated for layout. System.Windows.UIElementから継承されます。
Public メソッドValidateCurrentValueオーバーロードされます。 エディターの現在の値を検証します。このメソッドは、現在の値のエディター特有の検証を実行するために、エディターによって呼び出されます。 Infragistics.Windows.Editors.XamMaskedEditorから継承されます。
トップ
プロテクト メソッド
 名前解説
Protected Internal メソッドAddLogicalChildAdds the provided object to the logical tree of this element. System.Windows.FrameworkElementから継承されます。
Protected メソッドAddVisualChildDefines the parent-child relationship between two visuals. System.Windows.Media.Visualから継承されます。
Protected メソッドArrangeCoreImplements System.Windows.UIElement.ArrangeCore(System.Windows.Rect) (defined as virtual in System.Windows.UIElement) and seals the implementation. System.Windows.FrameworkElementから継承されます。
Protected メソッドArrangeOverride子要素を配置し、この要素のサイズを決定します。 Infragistics.Windows.Editors.XamMaskedEditorから継承されます。
Protected メソッドDoInitialization適切な初期化作業を実行するために、派生クラスに機会を提供するため、これを OnInitialized から呼び出されます。OnInitialized 実装は、AlwaysInEditMode が True の場合、最後にエディターを編集モードにします。このメソッドはその前に呼び出されます。 Infragistics.Windows.Editors.XamMaskedEditorから継承されます。
Protected Internal メソッドGetDefaultMaskオーバーライドされます。 エディターのデフォルトマスクを取得します。オーナーがマスクを提供しない場合、このプロパティの値はデフォルトマスクとして使用されます。デフォルト値は null です。  
Protected メソッドGetLayoutClipReturns a geometry for a clipping mask. The mask applies if the layout system attempts to arrange an element that is larger than the available display space. System.Windows.FrameworkElementから継承されます。
Protected Internal メソッドGetTemplateChildReturns the named element in the visual tree of an instantiated System.Windows.Controls.ControlTemplate. System.Windows.FrameworkElementから継承されます。
Protected Internal メソッドGetUIParentCoreReturns an alternative logical parent for this element if there is no visual parent. System.Windows.FrameworkElementから継承されます。
Protected メソッドGetVisualChild指定されたインデックスで視覚的な子を取得します。 Infragistics.Windows.Editors.XamMaskedEditorから継承されます。
Protected メソッドHitTestCoreオーバーロードされます。 オーバーライド。 Infragistics.Windows.Editors.ValueEditorから継承されます。
Protected メソッドInitializeOriginalValueFromValueContent プロパティ値を OriginalValue プロパティにコピーするために編集モードを開始する時に呼び出されます。 Infragistics.Windows.Editors.ValueEditorから継承されます。
Protected メソッドMeasureCoreImplements basic measure-pass layout system behavior for System.Windows.FrameworkElement. System.Windows.FrameworkElementから継承されます。
Protected メソッドMeasureOverride要素およびその子を計測するために呼び出されます。 Infragistics.Windows.Editors.XamMaskedEditorから継承されます。
Protected メソッドOnAccessKeyProvides class handling for when an access key that is meaningful for this element is invoked. System.Windows.UIElementから継承されます。
Protected メソッドOnChildDesiredSizeChangedSupports layout behavior when a child element is resized. System.Windows.UIElementから継承されます。
Protected メソッドOnCoerceTextText プロパティの CoerceValue ハンドラーから呼び出されます。 Infragistics.Windows.Editors.XamMaskedEditorから継承されます。
Protected メソッドOnCoerceValueValue プロパティの CoerceValue ハンドラーから呼び出されます。デフォルト実装は、タイプの変換を実行するので、正しいタイプの変換が実行されることを保証するために基本実装を呼び出す必要があります。 Infragistics.Windows.Editors.ValueEditorから継承されます。
Protected メソッドOnContextMenuClosingInvoked whenever an unhandled System.Windows.FrameworkElement.ContextMenuClosing routed event reaches this class in its route. Implement this method to add class handling for this event. System.Windows.FrameworkElementから継承されます。
Protected メソッドOnContextMenuOpeningContextMenu が開こうとする時に呼び出されます Infragistics.Windows.Editors.XamMaskedEditorから継承されます。
Protected メソッドOnCreateAutomationPeerUI オートメーションに XamMaskedEditor を公開するオートメーション ピアを返します。 Infragistics.Windows.Editors.XamMaskedEditorから継承されます。
Protected メソッドOnDpiChangedCalled when the DPI at which this View is rendered changes. System.Windows.Media.Visualから継承されます。
Protected メソッドOnDragEnterInvoked when an unhandled System.Windows.DragDrop.DragEnter attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. System.Windows.UIElementから継承されます。
Protected メソッドOnDragLeaveInvoked when an unhandled System.Windows.DragDrop.DragLeave attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. System.Windows.UIElementから継承されます。
Protected メソッドOnDragOverInvoked when an unhandled System.Windows.DragDrop.DragOver attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. System.Windows.UIElementから継承されます。
Protected メソッドOnDropInvoked when an unhandled System.Windows.DragDrop.DragEnter attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. System.Windows.UIElementから継承されます。
Protected メソッドOnDropDownClosedドロップダウン リストが閉じているとこのメソッドが呼び出されます。DropDownClosed イベントを発生させます。  
Protected メソッドOnDropDownOpenedドロップダウン リストが開いているとこのメソッドが呼び出されます。DropDownOpened イベントを発生させます。  
Protected メソッドOnEditModeEndedコントロールが、編集モードを出た時に発生します。 Infragistics.Windows.Editors.XamMaskedEditorから継承されます。
Protected メソッドOnEditModeEndingこのメソッドは、コントロールが編集モードを終了しようとしている時に呼び出されます。このメソッドは、 EditModeEnding イベントを発生します。 Infragistics.Windows.Editors.XamMaskedEditorから継承されます。
Protected メソッドOnEditModeStartedコントロールが編集モードに入った時に発生します。 Infragistics.Windows.Editors.XamMaskedEditorから継承されます。
Protected メソッドOnEditModeStartingコントロールが編集モードに入ろうとする時に発生します。 Infragistics.Windows.Editors.XamMaskedEditorから継承されます。
Protected メソッドOnEditModeValidationError入力検証エラーがある場合に発生します。 Infragistics.Windows.Editors.ValueEditorから継承されます。
Protected メソッドOnEditTemplateChangedプロパティ 'EditTemplate' が変更する時に呼び出されます Infragistics.Windows.Editors.ValueEditorから継承されます。
Protected メソッドOnExecutedCommandコマンドが実行された後に発生します。 Infragistics.Windows.Editors.XamMaskedEditorから継承されます。
Protected メソッドOnExecutingCommandコマンドが実行される前に発生します。 Infragistics.Windows.Editors.XamMaskedEditorから継承されます。
Protected メソッドOnFocusSiteChangedフォーカス サイトが変更されたときに呼び出されます。 Infragistics.Windows.Editors.XamMaskedEditorから継承されます。
Protected メソッドOnGiveFeedbackInvoked when an unhandled System.Windows.DragDrop.GiveFeedback attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. System.Windows.UIElementから継承されます。
Protected メソッドOnGotFocusエディターがフォーカスを受けるときに呼び出されます。 Infragistics.Windows.Editors.ValueEditorから継承されます。
Protected メソッドOnGotKeyboardFocusInvoked when an unhandled System.Windows.Input.Keyboard.GotKeyboardFocus attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. System.Windows.UIElementから継承されます。
Protected メソッドOnGotMouseCaptureInvoked when an unhandled System.Windows.Input.Mouse.GotMouseCapture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. System.Windows.UIElementから継承されます。
Protected メソッドOnGotStylusCaptureInvoked when an unhandled System.Windows.Input.Stylus.GotStylusCapture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. System.Windows.UIElementから継承されます。
Protected メソッドOnGotTouchCaptureProvides class handling for the System.Windows.UIElement.GotTouchCapture routed event that occurs when a touch is captured to this element. System.Windows.UIElementから継承されます。
Protected メソッドOnInitializedオーバーライドされます。 オーバーライドされます。System.Windows.FrameworkElement.Initialized イベントを発生します。System.Windows.FrameworkElement.IsInitialized を true に設定するとこのメソッドを呼び出します。  
Protected メソッドOnIsFocusWithinChangedプロパティ IsFocusWithin を変更すると呼び出されます。 Infragistics.Windows.Editors.ValueEditorから継承されます。
Protected メソッドOnIsKeyboardFocusedChangedInvoked when an unhandled System.Windows.UIElement.IsKeyboardFocusedChanged event is raised on this element. Implement this method to add class handling for this event. System.Windows.UIElementから継承されます。
Protected メソッドOnIsKeyboardFocusWithinChangedオーバーライド。 Infragistics.Windows.Editors.XamMaskedEditorから継承されます。
Protected メソッドOnIsMouseCapturedChangedInvoked when an unhandled System.Windows.UIElement.IsMouseCapturedChanged event is raised on this element. Implement this method to add class handling for this event. System.Windows.UIElementから継承されます。
Protected メソッドOnIsMouseCaptureWithinChangedInvoked when an unhandled System.Windows.UIElement.IsMouseCaptureWithinChanged event is raised on this element. Implement this method to add class handling for this event. System.Windows.UIElementから継承されます。
Protected メソッドOnIsMouseDirectlyOverChangedInvoked when an unhandled System.Windows.UIElement.IsMouseDirectlyOverChanged event is raised on this element. Implement this method to add class handling for this event. System.Windows.UIElementから継承されます。
Protected メソッドOnIsStylusCapturedChangedInvoked when an unhandled System.Windows.UIElement.IsStylusCapturedChanged event is raised on this element. Implement this method to add class handling for this event. System.Windows.UIElementから継承されます。
Protected メソッドOnIsStylusCaptureWithinChangedInvoked when an unhandled System.Windows.UIElement.IsStylusCaptureWithinChanged event is raised on this element. Implement this method to add class handling for this event. System.Windows.UIElementから継承されます。
Protected メソッドOnIsStylusDirectlyOverChangedInvoked when an unhandled System.Windows.UIElement.IsStylusDirectlyOverChanged event is raised on this element. Implement this method to add class handling for this event. System.Windows.UIElementから継承されます。
Protected メソッドOnKeyDownキーを押したときに呼び出されます。 Infragistics.Windows.Editors.ValueEditorから継承されます。
Protected メソッドOnKeyUpInvoked when an unhandled System.Windows.Input.Keyboard.KeyUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. System.Windows.UIElementから継承されます。
Protected メソッドOnLostFocusRaises the System.Windows.UIElement.LostFocus routed event by using the event data that is provided. System.Windows.UIElementから継承されます。
Protected メソッドOnLostKeyboardFocusInvoked when an unhandled System.Windows.Input.Keyboard.LostKeyboardFocus attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. System.Windows.UIElementから継承されます。
Protected メソッドOnLostMouseCaptureオーバーライド。 Infragistics.Windows.Editors.XamMaskedEditorから継承されます。
Protected メソッドOnLostStylusCaptureInvoked when an unhandled System.Windows.Input.Stylus.LostStylusCapture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. System.Windows.UIElementから継承されます。
Protected メソッドOnLostTouchCaptureProvides class handling for the System.Windows.UIElement.LostTouchCapture routed event that occurs when this element loses a touch capture. System.Windows.UIElementから継承されます。
Protected メソッドOnManipulationBoundaryFeedbackCalled when the System.Windows.UIElement.ManipulationBoundaryFeedback event occurs. System.Windows.UIElementから継承されます。
Protected メソッドOnManipulationCompletedCalled when the System.Windows.UIElement.ManipulationCompleted event occurs. System.Windows.UIElementから継承されます。
Protected メソッドOnManipulationDeltaCalled when the System.Windows.UIElement.ManipulationDelta event occurs. System.Windows.UIElementから継承されます。
Protected メソッドOnManipulationInertiaStartingCalled when the System.Windows.UIElement.ManipulationInertiaStarting event occurs. System.Windows.UIElementから継承されます。
Protected メソッドOnManipulationStartedCalled when the System.Windows.UIElement.ManipulationStarted event occurs. System.Windows.UIElementから継承されます。
Protected メソッドOnManipulationStartingProvides class handling for the System.Windows.UIElement.ManipulationStarting routed event that occurs when the manipulation processor is first created. System.Windows.UIElementから継承されます。
Protected メソッドOnMouseDoubleClickオーバーライド。 Infragistics.Windows.Editors.XamMaskedEditorから継承されます。
Protected メソッドOnMouseDownInvoked when an unhandled System.Windows.Input.Mouse.MouseDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. System.Windows.UIElementから継承されます。
Protected メソッドOnMouseEnterマウスが要素の境界線内で移動した時に呼び出されます。 Infragistics.Windows.Editors.ValueEditorから継承されます。
Protected メソッドOnMouseLeaveマウスが要素の境界線内で移動した時に呼び出されます。 Infragistics.Windows.Editors.ValueEditorから継承されます。
Protected メソッドOnMouseLeftButtonDownマウスの左ボタンが押されたときに呼び出されます Infragistics.Windows.Editors.XamMaskedEditorから継承されます。
Protected メソッドOnMouseLeftButtonUpオーバーライド。 Infragistics.Windows.Editors.XamMaskedEditorから継承されます。
Protected メソッドOnMouseMoveオーバーライド。 Infragistics.Windows.Editors.XamMaskedEditorから継承されます。
Protected メソッドOnMouseRightButtonDownInvoked when an unhandled System.Windows.UIElement.MouseRightButtonDown routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. System.Windows.UIElementから継承されます。
Protected メソッドOnMouseRightButtonUpInvoked when an unhandled System.Windows.UIElement.MouseRightButtonUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. System.Windows.UIElementから継承されます。
Protected メソッドOnMouseUpオーバーライド。 Infragistics.Windows.Editors.XamMaskedEditorから継承されます。
Protected メソッドOnMouseWheelInvoked when an unhandled System.Windows.Input.Mouse.MouseWheel attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. System.Windows.UIElementから継承されます。
Protected メソッドOnPreviewDragEnterInvoked when an unhandled System.Windows.DragDrop.PreviewDragEnter attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. System.Windows.UIElementから継承されます。
Protected メソッドOnPreviewDragLeaveInvoked when an unhandled System.Windows.DragDrop.PreviewDragLeave attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. System.Windows.UIElementから継承されます。
Protected メソッドOnPreviewDragOverInvoked when an unhandled System.Windows.DragDrop.PreviewDragOver attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. System.Windows.UIElementから継承されます。
Protected メソッドOnPreviewDropInvoked when an unhandled System.Windows.DragDrop.PreviewDrop attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. System.Windows.UIElementから継承されます。
Protected メソッドOnPreviewGiveFeedbackInvoked when an unhandled System.Windows.DragDrop.PreviewGiveFeedback attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. System.Windows.UIElementから継承されます。
Protected メソッドOnPreviewGotKeyboardFocusInvoked when an unhandled System.Windows.Input.Keyboard.PreviewGotKeyboardFocus attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. System.Windows.UIElementから継承されます。
Protected メソッドOnPreviewKeyDownInvoked when an unhandled System.Windows.Input.Keyboard.PreviewKeyDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. System.Windows.UIElementから継承されます。
Protected メソッドOnPreviewKeyUpInvoked when an unhandled System.Windows.Input.Keyboard.PreviewKeyUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. System.Windows.UIElementから継承されます。
Protected メソッドOnPreviewLostKeyboardFocusエディターがフォーカスを失うとこのメソッドは呼び出されます。 Infragistics.Windows.Editors.ValueEditorから継承されます。
Protected メソッドOnPreviewMouseDoubleClickRaises the System.Windows.Controls.Control.PreviewMouseDoubleClick routed event. System.Windows.Controls.Controlから継承されます。
Protected メソッドOnPreviewMouseDownInvoked when an unhandled System.Windows.Input.Mouse.PreviewMouseDown attached routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. System.Windows.UIElementから継承されます。
Protected メソッドOnPreviewMouseLeftButtonDownマウスの左ボタンが押された時に呼び出されたプレビュー メソッド。 Infragistics.Windows.Editors.TextEditorBaseから継承されます。
Protected メソッドOnPreviewMouseLeftButtonUpInvoked when an unhandled System.Windows.UIElement.PreviewMouseLeftButtonUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. System.Windows.UIElementから継承されます。
Protected メソッドOnPreviewMouseMoveInvoked when an unhandled System.Windows.Input.Mouse.PreviewMouseMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. System.Windows.UIElementから継承されます。
Protected メソッドOnPreviewMouseRightButtonDownInvoked when an unhandled System.Windows.UIElement.PreviewMouseRightButtonDown routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. System.Windows.UIElementから継承されます。
Protected メソッドOnPreviewMouseRightButtonUpInvoked when an unhandled System.Windows.UIElement.PreviewMouseRightButtonUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. System.Windows.UIElementから継承されます。
Protected メソッドOnPreviewMouseUpInvoked when an unhandled System.Windows.Input.Mouse.PreviewMouseUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. System.Windows.UIElementから継承されます。
Protected メソッドOnPreviewMouseWheelInvoked when an unhandled System.Windows.Input.Mouse.PreviewMouseWheel attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. System.Windows.UIElementから継承されます。
Protected メソッドOnPreviewQueryContinueDragInvoked when an unhandled System.Windows.DragDrop.PreviewQueryContinueDrag attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. System.Windows.UIElementから継承されます。
Protected メソッドOnPreviewStylusButtonDownInvoked when an unhandled System.Windows.Input.Stylus.PreviewStylusButtonDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. System.Windows.UIElementから継承されます。
Protected メソッドOnPreviewStylusButtonUpInvoked when an unhandled System.Windows.Input.Stylus.PreviewStylusButtonUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. System.Windows.UIElementから継承されます。
Protected メソッドOnPreviewStylusDownInvoked when an unhandled System.Windows.Input.Stylus.PreviewStylusDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. System.Windows.UIElementから継承されます。
Protected メソッドOnPreviewStylusInAirMoveInvoked when an unhandled System.Windows.Input.Stylus.PreviewStylusInAirMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. System.Windows.UIElementから継承されます。
Protected メソッドOnPreviewStylusInRangeInvoked when an unhandled System.Windows.Input.Stylus.PreviewStylusInRange attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. System.Windows.UIElementから継承されます。
Protected メソッドOnPreviewStylusMoveInvoked when an unhandled System.Windows.Input.Stylus.PreviewStylusMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. System.Windows.UIElementから継承されます。
Protected メソッドOnPreviewStylusOutOfRangeInvoked when an unhandled System.Windows.Input.Stylus.PreviewStylusOutOfRange attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. System.Windows.UIElementから継承されます。
Protected メソッドOnPreviewStylusSystemGestureInvoked when an unhandled System.Windows.Input.Stylus.PreviewStylusSystemGesture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. System.Windows.UIElementから継承されます。
Protected メソッドOnPreviewStylusUpInvoked when an unhandled System.Windows.Input.Stylus.PreviewStylusUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. System.Windows.UIElementから継承されます。
Protected メソッドOnPreviewTextInputInvoked when an unhandled System.Windows.Input.TextCompositionManager.PreviewTextInput attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. System.Windows.UIElementから継承されます。
Protected メソッドOnPreviewTouchDownProvides class handling for the System.Windows.UIElement.PreviewTouchDown routed event that occurs when a touch presses this element. System.Windows.UIElementから継承されます。
Protected メソッドOnPreviewTouchMoveProvides class handling for the System.Windows.UIElement.PreviewTouchMove routed event that occurs when a touch moves while inside this element. System.Windows.UIElementから継承されます。
Protected メソッドOnPreviewTouchUpProvides class handling for the System.Windows.UIElement.PreviewTouchUp routed event that occurs when a touch is released inside this element. System.Windows.UIElementから継承されます。
Protected メソッドOnPropertyChangedオーバーライドされます。 依存プロパティを変更する時に呼び出されます。  
Protected メソッドOnQueryContinueDragInvoked when an unhandled System.Windows.DragDrop.QueryContinueDrag attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. System.Windows.UIElementから継承されます。
Protected メソッドOnQueryCursorInvoked when an unhandled System.Windows.Input.Mouse.QueryCursor attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. System.Windows.UIElementから継承されます。
Protected メソッドOnRenderWhen overridden in a derived class, participates in rendering operations that are directed by the layout system. The rendering instructions for this element are not used directly when this method is invoked, and are instead preserved for later asynchronous use by layout and drawing. System.Windows.UIElementから継承されます。
Protected Internal メソッドOnRenderSizeChangedRaises the System.Windows.FrameworkElement.SizeChanged event, using the specified information as part of the eventual event data. System.Windows.FrameworkElementから継承されます。
Protected Internal メソッドOnStyleChanged System.Windows.FrameworkElementから継承されます。
Protected メソッドOnStylusButtonDownInvoked when an unhandled System.Windows.Input.Stylus.StylusButtonDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. System.Windows.UIElementから継承されます。
Protected メソッドOnStylusButtonUpInvoked when an unhandled System.Windows.Input.Stylus.StylusButtonUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. System.Windows.UIElementから継承されます。
Protected メソッドOnStylusDownInvoked when an unhandled System.Windows.Input.Stylus.StylusDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. System.Windows.UIElementから継承されます。
Protected メソッドOnStylusEnterInvoked when an unhandled System.Windows.Input.Stylus.StylusEnter attached event is raised by this element. Implement this method to add class handling for this event. System.Windows.UIElementから継承されます。
Protected メソッドOnStylusInAirMoveInvoked when an unhandled System.Windows.Input.Stylus.StylusInAirMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. System.Windows.UIElementから継承されます。
Protected メソッドOnStylusInRangeInvoked when an unhandled System.Windows.Input.Stylus.StylusInRange attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. System.Windows.UIElementから継承されます。
Protected メソッドOnStylusLeaveInvoked when an unhandled System.Windows.Input.Stylus.StylusLeave attached event is raised by this element. Implement this method to add class handling for this event. System.Windows.UIElementから継承されます。
Protected メソッドOnStylusMoveInvoked when an unhandled System.Windows.Input.Stylus.StylusMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. System.Windows.UIElementから継承されます。
Protected メソッドOnStylusOutOfRangeInvoked when an unhandled System.Windows.Input.Stylus.StylusOutOfRange attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. System.Windows.UIElementから継承されます。
Protected メソッドOnStylusSystemGestureInvoked when an unhandled System.Windows.Input.Stylus.StylusSystemGesture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. System.Windows.UIElementから継承されます。
Protected メソッドOnStylusUpInvoked when an unhandled System.Windows.Input.Stylus.StylusUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. System.Windows.UIElementから継承されます。
Protected メソッドOnTemplateChanged System.Windows.Controls.Controlから継承されます。
Protected メソッドOnTextChangedプロパティ 'Text' が変更する時に呼び出されます Infragistics.Windows.Editors.ValueEditorから継承されます。
Protected メソッドOnTextInputオーバーライド。 Infragistics.Windows.Editors.XamMaskedEditorから継承されます。
Protected メソッドOnThemeChangedTheme プロパティが変更されたときに呼び出されます Infragistics.Windows.Editors.ValueEditorから継承されます。
Protected メソッドOnToolTipClosingInvoked whenever an unhandled System.Windows.FrameworkElement.ToolTipClosing routed event reaches this class in its route. Implement this method to add class handling for this event. System.Windows.FrameworkElementから継承されます。
Protected メソッドOnToolTipOpeningInvoked whenever the System.Windows.FrameworkElement.ToolTipOpening routed event reaches this class in its route. Implement this method to add class handling for this event. System.Windows.FrameworkElementから継承されます。
Protected メソッドOnTouchDownProvides class handling for the System.Windows.UIElement.TouchDown routed event that occurs when a touch presses inside this element. System.Windows.UIElementから継承されます。
Protected メソッドOnTouchEnterユーザーがタッチ対応のシステムにタッチしようとすると呼び出されます。 Infragistics.Windows.Editors.XamMaskedEditorから継承されます。
Protected メソッドOnTouchLeaveProvides class handling for the System.Windows.UIElement.TouchLeave routed event that occurs when a touch moves from inside to outside the bounds of this System.Windows.UIElement. System.Windows.UIElementから継承されます。
Protected メソッドOnTouchMoveProvides class handling for the System.Windows.UIElement.TouchMove routed event that occurs when a touch moves while inside this element. System.Windows.UIElementから継承されます。
Protected メソッドOnTouchUpProvides class handling for the System.Windows.UIElement.TouchUp routed event that occurs when a touch is released inside this element. System.Windows.UIElementから継承されます。
Protected メソッドOnValueChangedValue プロパティが変更するかエディターの内容が変更すると呼び出されます。 Infragistics.Windows.Editors.ValueEditorから継承されます。
Protected メソッドOnValueTypeChangedValueType プロパティが変更されるときに呼び出されます。 Infragistics.Windows.Editors.XamMaskedEditorから継承されます。
Protected Internal メソッドOnVisualChildrenChangedCalled when the System.Windows.Media.VisualCollection of the visual object is modified. System.Windows.Media.Visualから継承されます。
Protected Internal メソッドOnVisualParentChangedInvoked when the parent of this element in the visual tree is changed. Overrides System.Windows.UIElement.OnVisualParentChanged(System.Windows.DependencyObject). System.Windows.FrameworkElementから継承されます。
Protected Internal メソッドParentLayoutInvalidatedSupports incremental layout implementations in specialized subclasses of System.Windows.FrameworkElement. System.Windows.FrameworkElement.ParentLayoutInvalidated(System.Windows.UIElement) is invoked when a child element has invalidated a property that is marked in metadata as affecting the parent's measure or arrange passes during layout. System.Windows.FrameworkElementから継承されます。
Protected Internal メソッドProcessKeyDownキー ダウン イベント引数を処理します。デフォルト実装は何も実行しません。このクラスは OnKeyDown をオーバーライドし、いくつかのデフォルト処理を実行し、さらに処理すべきキー ダウン処理がある場合は、このメソッドを呼び出します。派生クラスは、OnKeyDown の代わりにこのメソッドをオーバーライドすることを意図します。 Infragistics.Windows.Editors.XamMaskedEditorから継承されます。
Protected Internal メソッドRemoveLogicalChildRemoves the provided object from this element's logical tree. System.Windows.FrameworkElement updates the affected logical tree parent pointers to keep in sync with this deletion. System.Windows.FrameworkElementから継承されます。
Protected メソッドRemoveVisualChildRemoves the parent-child relationship between two visuals. System.Windows.Media.Visualから継承されます。
Protected メソッドRevertValueBackToOriginalValue編集モードを終了して変更を受け付けない時に呼び出されます。 Infragistics.Windows.Editors.ValueEditorから継承されます。
Protected メソッドSetVisualStateエディターの VisualStates を設定するために呼び出されます。 Infragistics.Windows.Editors.ValueEditorから継承されます。
Protected Internal メソッドShouldSerializePropertyReturns a value that indicates whether serialization processes should serialize the value for the provided dependency property. System.Windows.DependencyObjectから継承されます。
Protected メソッドUpdateVisualStatesオーバーロードされます。 コントロールの表示状態を設定するために呼び出されます。 Infragistics.Windows.Editors.ValueEditorから継承されます。
Protected メソッドValidateFocusSiteフォーカス サイトを検証します。フォーカス サイトが受け入れられると True を返します。 Infragistics.Windows.Editors.ValueEditorから継承されます。
Protected メソッドVerifyTemplateStateエディターが編集モードかどうかに基づいて EditTemplateTemplate のいずれかが使用されていることを確認してください。 Infragistics.Windows.Editors.ValueEditorから継承されます。
トップ
参照