EditableContentControl Class

implementation of a content control that supports edit mode

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Control
              System.Windows.Controls..::..ContentControl
                System.Windows.Controls..::..UserControl
                  Microsoft.Data.Tools.Design.Core.Controls..::..EditableContentControl
                    Microsoft.Data.Tools.Design.Core.Controls..::..EditableContentControlWithSingleClickEdit

Namespace:  Microsoft.Data.Tools.Design.Core.Controls
Assembly:  Microsoft.Data.Tools.Design.Core (in Microsoft.Data.Tools.Design.Core.dll)

Syntax

'Declaration
Public Class EditableContentControl _
    Inherits UserControl
'Usage
Dim instance As EditableContentControl
public class EditableContentControl : UserControl
public ref class EditableContentControl : public UserControl
type EditableContentControl =  
    class
        inherit UserControl
    end
public class EditableContentControl extends UserControl

The EditableContentControl type exposes the following members.

Constructors

  Name Description
Public method EditableContentControl Initializes a new instance of the EditableContentControl class.

Top

Properties

  Name Description
Public property ActualHeight (Inherited from FrameworkElement.)
Public property ActualWidth (Inherited from FrameworkElement.)
Public property AllowDrop (Inherited from UIElement.)
Public property AreAnyTouchesCaptured (Inherited from UIElement.)
Public property AreAnyTouchesCapturedWithin (Inherited from UIElement.)
Public property AreAnyTouchesDirectlyOver (Inherited from UIElement.)
Public property AreAnyTouchesOver (Inherited from UIElement.)
Public property Background (Inherited from Control.)
Public property BindingGroup (Inherited from FrameworkElement.)
Public property BitmapEffect Obsolete. (Inherited from UIElement.)
Public property BitmapEffectInput Obsolete. (Inherited from UIElement.)
Public property BorderBrush (Inherited from Control.)
Public property BorderThickness (Inherited from Control.)
Public property CacheMode (Inherited from UIElement.)
Public property Clip (Inherited from UIElement.)
Public property ClipToBounds (Inherited from UIElement.)
Public property CommandBindings (Inherited from UIElement.)
Public property Content (Inherited from ContentControl.)
Public property ContentStringFormat (Inherited from ContentControl.)
Public property ContentTemplate (Inherited from ContentControl.)
Public property ContentTemplateSelector (Inherited from ContentControl.)
Public property ContextMenu (Inherited from FrameworkElement.)
Public property Cursor (Inherited from FrameworkElement.)
Public property DataContext (Inherited from FrameworkElement.)
Protected property DefaultStyleKey (Inherited from FrameworkElement.)
Public property DependencyObjectType (Inherited from DependencyObject.)
Public property DesiredSize (Inherited from UIElement.)
Public property Dispatcher (Inherited from DispatcherObject.)
Public property EditResult Gets or sets {insert text here}.
Public property Effect (Inherited from UIElement.)
Public property FlowDirection (Inherited from FrameworkElement.)
Public property Focusable (Inherited from UIElement.)
Protected property FocusableAncestor Gets {insert text here}.
Public property FocusVisualStyle (Inherited from FrameworkElement.)
Public property FontFamily (Inherited from Control.)
Public property FontSize (Inherited from Control.)
Public property FontStretch (Inherited from Control.)
Public property FontStyle (Inherited from Control.)
Public property FontWeight (Inherited from Control.)
Public property ForceCursor (Inherited from FrameworkElement.)
Public property Foreground (Inherited from Control.)
Protected property HandlesScrolling (Inherited from Control.)
Public property HasAnimatedProperties (Inherited from UIElement.)
Public property HasContent (Inherited from ContentControl.)
Protected property HasEffectiveKeyboardFocus (Inherited from UIElement.)
Public property Height (Inherited from FrameworkElement.)
Public property HorizontalAlignment (Inherited from FrameworkElement.)
Public property HorizontalContentAlignment (Inherited from Control.)
Protected property InheritanceBehavior (Inherited from FrameworkElement.)
Public property InputBindings (Inherited from UIElement.)
Public property InputScope (Inherited from FrameworkElement.)
Public property IsArrangeValid (Inherited from UIElement.)
Public property IsEditModeAllowed Gets or sets {insert text here}.
Public property IsEnabled (Inherited from UIElement.)
Protected property IsEnabledCore (Inherited from UIElement.)
Public property IsFocused (Inherited from UIElement.)
Public property IsHitTestVisible (Inherited from UIElement.)
Public property IsInEditMode Gets or sets {insert text here}.
Public property IsInitialized (Inherited from FrameworkElement.)
Public property IsInputMethodEnabled (Inherited from UIElement.)
Public property IsKeyboardFocused (Inherited from UIElement.)
Public property IsKeyboardFocusWithin (Inherited from UIElement.)
Public property IsLoaded (Inherited from FrameworkElement.)
Public property IsManipulationEnabled (Inherited from UIElement.)
Public property IsMeasureValid (Inherited from UIElement.)
Public property IsMouseCaptured (Inherited from UIElement.)
Public property IsMouseCaptureWithin (Inherited from UIElement.)
Public property IsMouseDirectlyOver (Inherited from UIElement.)
Public property IsMouseOver (Inherited from UIElement.)
Public property IsSealed (Inherited from DependencyObject.)
Public property IsStylusCaptured (Inherited from UIElement.)
Public property IsStylusCaptureWithin (Inherited from UIElement.)
Public property IsStylusDirectlyOver (Inherited from UIElement.)
Public property IsStylusOver (Inherited from UIElement.)
Public property IsTabStop (Inherited from Control.)
Public property IsVisible (Inherited from UIElement.)
Public property Language (Inherited from FrameworkElement.)
Public property LayoutTransform (Inherited from FrameworkElement.)
Protected property LogicalChildren (Inherited from ContentControl.)
Public property Margin (Inherited from FrameworkElement.)
Public property MaxHeight (Inherited from FrameworkElement.)
Public property MaxWidth (Inherited from FrameworkElement.)
Public property MinHeight (Inherited from FrameworkElement.)
Public property MinWidth (Inherited from FrameworkElement.)
Public property Name (Inherited from FrameworkElement.)
Public property Opacity (Inherited from UIElement.)
Public property OpacityMask (Inherited from UIElement.)
Public property OverridesDefaultStyle (Inherited from FrameworkElement.)
Public property Padding (Inherited from Control.)
Public property Parent (Inherited from FrameworkElement.)
Public property PersistId Obsolete. (Inherited from UIElement.)
Public property RenderSize (Inherited from UIElement.)
Public property RenderTransform (Inherited from UIElement.)
Public property RenderTransformOrigin (Inherited from UIElement.)
Public property Resources (Inherited from FrameworkElement.)
Public property SnapsToDevicePixels (Inherited from UIElement.)
Public property Style (Inherited from FrameworkElement.)
Protected property StylusPlugIns (Inherited from UIElement.)
Public property TabIndex (Inherited from Control.)
Public property Tag (Inherited from FrameworkElement.)
Public property Template (Inherited from Control.)
Public property TemplatedParent (Inherited from FrameworkElement.)
Public property Text Gets or sets {insert text here}.
Public property TextBoxStyle Gets or sets {insert text here}.
Public property ToolTip (Inherited from FrameworkElement.)
Public property TouchesCaptured (Inherited from UIElement.)
Public property TouchesCapturedWithin (Inherited from UIElement.)
Public property TouchesDirectlyOver (Inherited from UIElement.)
Public property TouchesOver (Inherited from UIElement.)
Public property Triggers (Inherited from FrameworkElement.)
Public property Uid (Inherited from UIElement.)
Public property UseLayoutRounding (Inherited from FrameworkElement.)
Public property VerticalAlignment (Inherited from FrameworkElement.)
Public property VerticalContentAlignment (Inherited from Control.)
Public property Visibility (Inherited from UIElement.)
Protected property VisualBitmapEffect Obsolete. (Inherited from Visual.)
Protected property VisualBitmapEffectInput Obsolete. (Inherited from Visual.)
Protected property VisualBitmapScalingMode (Inherited from Visual.)
Protected property VisualCacheMode (Inherited from Visual.)
Protected property VisualChildrenCount (Inherited from FrameworkElement.)
Protected property VisualClearTypeHint (Inherited from Visual.)
Protected property VisualClip (Inherited from Visual.)
Protected property VisualEdgeMode (Inherited from Visual.)
Protected property VisualEffect (Inherited from Visual.)
Protected property VisualOffset (Inherited from Visual.)
Protected property VisualOpacity (Inherited from Visual.)
Protected property VisualOpacityMask (Inherited from Visual.)
Protected property VisualParent (Inherited from Visual.)
Protected property VisualScrollableAreaClip (Inherited from Visual.)
Protected property VisualTextHintingMode (Inherited from Visual.)
Protected property VisualTextRenderingMode (Inherited from Visual.)
Protected property VisualTransform (Inherited from Visual.)
Protected property VisualXSnappingGuidelines (Inherited from Visual.)
Protected property VisualYSnappingGuidelines (Inherited from Visual.)
Public property Width (Inherited from FrameworkElement.)

Top

Methods

  Name Description
Protected method AddChild (Inherited from ContentControl.)
Public method AddHandler(RoutedEvent, Delegate) (Inherited from UIElement.)
Public method AddHandler(RoutedEvent, Delegate, Boolean) (Inherited from UIElement.)
Protected method AddLogicalChild (Inherited from FrameworkElement.)
Protected method AddText (Inherited from ContentControl.)
Public method AddToEventRoute (Inherited from UIElement.)
Protected method AddVisualChild (Inherited from Visual.)
Public method ApplyAnimationClock(DependencyProperty, AnimationClock) (Inherited from UIElement.)
Public method ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior) (Inherited from UIElement.)
Public method ApplyTemplate (Inherited from FrameworkElement.)
Public method Arrange (Inherited from UIElement.)
Protected method ArrangeCore (Inherited from FrameworkElement.)
Protected method ArrangeOverride (Inherited from Control.)
Public method BeginAnimation(DependencyProperty, AnimationTimeline) (Inherited from UIElement.)
Public method BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior) (Inherited from UIElement.)
Public method BeginInit (Inherited from FrameworkElement.)
Public method BeginStoryboard(Storyboard) (Inherited from FrameworkElement.)
Public method BeginStoryboard(Storyboard, HandoffBehavior) (Inherited from FrameworkElement.)
Public method BeginStoryboard(Storyboard, HandoffBehavior, Boolean) (Inherited from FrameworkElement.)
Public method BringIntoView() () () () (Inherited from FrameworkElement.)
Public method BringIntoView(Rect) (Inherited from FrameworkElement.)
Public method CaptureMouse (Inherited from UIElement.)
Public method CaptureStylus (Inherited from UIElement.)
Public method CaptureTouch (Inherited from UIElement.)
Public method CheckAccess (Inherited from DispatcherObject.)
Public method ClearValue(DependencyProperty) (Inherited from DependencyObject.)
Public method ClearValue(DependencyPropertyKey) (Inherited from DependencyObject.)
Public method CoerceValue (Inherited from DependencyObject.)
Public method EndEdit
Public method EndInit (Inherited from FrameworkElement.)
Public method Equals (Inherited from DependencyObject.)
Protected method Finalize (Inherited from Object.)
Public method FindCommonVisualAncestor (Inherited from Visual.)
Public method FindName (Inherited from FrameworkElement.)
Public method FindResource (Inherited from FrameworkElement.)
Public method Focus (Inherited from UIElement.)
Public method GetAnimationBaseValue (Inherited from UIElement.)
Public method GetBindingExpression (Inherited from FrameworkElement.)
Public method GetHashCode (Inherited from DependencyObject.)
Protected method GetLayoutClip (Inherited from FrameworkElement.)
Public method GetLocalValueEnumerator (Inherited from DependencyObject.)
Protected method GetTemplateChild (Inherited from FrameworkElement.)
Public method GetType (Inherited from Object.)
Protected method GetUIParentCore (Inherited from FrameworkElement.)
Public method GetValue (Inherited from DependencyObject.)
Protected method GetVisualChild (Inherited from FrameworkElement.)
Protected method HitTestCore(PointHitTestParameters) (Inherited from UIElement.)
Protected method HitTestCore(GeometryHitTestParameters) (Inherited from UIElement.)
Public method InputHitTest (Inherited from UIElement.)
Public method InvalidateArrange (Inherited from UIElement.)
Public method InvalidateMeasure (Inherited from UIElement.)
Public method InvalidateProperty (Inherited from DependencyObject.)
Public method InvalidateVisual (Inherited from UIElement.)
Public method IsAncestorOf (Inherited from Visual.)
Public method IsDescendantOf (Inherited from Visual.)
Public method Measure (Inherited from UIElement.)
Protected method MeasureCore (Inherited from FrameworkElement.)
Protected method MeasureOverride (Inherited from Control.)
Protected method MemberwiseClone (Inherited from Object.)
Public method MoveFocus (Inherited from FrameworkElement.)
Protected method OnAccessKey (Inherited from UIElement.)
Public method OnApplyTemplate (Inherited from FrameworkElement.)
Protected method OnChildDesiredSizeChanged (Inherited from UIElement.)
Protected method OnContentChanged (Inherited from ContentControl.)
Protected method OnContentStringFormatChanged (Inherited from ContentControl.)
Protected method OnContentTemplateChanged (Inherited from ContentControl.)
Protected method OnContentTemplateSelectorChanged (Inherited from ContentControl.)
Protected method OnContextMenuClosing (Inherited from FrameworkElement.)
Protected method OnContextMenuOpening (Inherited from FrameworkElement.)
Protected method OnCreateAutomationPeer (Inherited from UserControl.)
Protected method OnDragEnter (Inherited from UIElement.)
Protected method OnDragLeave (Inherited from UIElement.)
Protected method OnDragOver (Inherited from UIElement.)
Protected method OnDrop (Inherited from UIElement.)
Protected method OnGiveFeedback (Inherited from UIElement.)
Protected method OnGotFocus (Inherited from FrameworkElement.)
Protected method OnGotKeyboardFocus (Inherited from UIElement.)
Protected method OnGotMouseCapture (Inherited from UIElement.)
Protected method OnGotStylusCapture (Inherited from UIElement.)
Protected method OnGotTouchCapture (Inherited from UIElement.)
Protected method OnInitialized (Overrides FrameworkElement..::..OnInitialized(EventArgs).)
Protected method OnIsKeyboardFocusedChanged (Inherited from UIElement.)
Protected method OnIsKeyboardFocusWithinChanged (Inherited from UIElement.)
Protected method OnIsMouseCapturedChanged (Inherited from UIElement.)
Protected method OnIsMouseCaptureWithinChanged (Inherited from UIElement.)
Protected method OnIsMouseDirectlyOverChanged (Inherited from UIElement.)
Protected method OnIsStylusCapturedChanged (Inherited from UIElement.)
Protected method OnIsStylusCaptureWithinChanged (Inherited from UIElement.)
Protected method OnIsStylusDirectlyOverChanged (Inherited from UIElement.)
Protected method OnKeyDown (Inherited from UIElement.)
Protected method OnKeyUp (Inherited from UIElement.)
Protected method OnLoaded
Protected method OnLostFocus (Inherited from UIElement.)
Protected method OnLostKeyboardFocus (Inherited from UIElement.)
Protected method OnLostMouseCapture (Inherited from UIElement.)
Protected method OnLostStylusCapture (Inherited from UIElement.)
Protected method OnLostTouchCapture (Inherited from UIElement.)
Protected method OnManipulationBoundaryFeedback (Inherited from UIElement.)
Protected method OnManipulationCompleted (Inherited from UIElement.)
Protected method OnManipulationDelta (Inherited from UIElement.)
Protected method OnManipulationInertiaStarting (Inherited from UIElement.)
Protected method OnManipulationStarted (Inherited from UIElement.)
Protected method OnManipulationStarting (Inherited from UIElement.)
Protected method OnMouseDoubleClick (Inherited from Control.)
Protected method OnMouseDown (Inherited from UIElement.)
Protected method OnMouseEnter (Inherited from UIElement.)
Protected method OnMouseLeave (Inherited from UIElement.)
Protected method OnMouseLeftButtonDown (Inherited from UIElement.)
Protected method OnMouseLeftButtonUp (Inherited from UIElement.)
Protected method OnMouseMove (Inherited from UIElement.)
Protected method OnMouseRightButtonDown (Inherited from UIElement.)
Protected method OnMouseRightButtonUp (Inherited from UIElement.)
Protected method OnMouseUp (Inherited from UIElement.)
Protected method OnMouseWheel (Inherited from UIElement.)
Protected method OnPreviewDragEnter (Inherited from UIElement.)
Protected method OnPreviewDragLeave (Inherited from UIElement.)
Protected method OnPreviewDragOver (Inherited from UIElement.)
Protected method OnPreviewDrop (Inherited from UIElement.)
Protected method OnPreviewGiveFeedback (Inherited from UIElement.)
Protected method OnPreviewGotKeyboardFocus (Inherited from UIElement.)
Protected method OnPreviewKeyDown (Inherited from UIElement.)
Protected method OnPreviewKeyUp (Inherited from UIElement.)
Protected method OnPreviewLostKeyboardFocus (Inherited from UIElement.)
Protected method OnPreviewMouseDoubleClick (Inherited from Control.)
Protected method OnPreviewMouseDown (Inherited from UIElement.)
Protected method OnPreviewMouseLeftButtonDown (Inherited from UIElement.)
Protected method OnPreviewMouseLeftButtonUp (Inherited from UIElement.)
Protected method OnPreviewMouseMove (Inherited from UIElement.)
Protected method OnPreviewMouseRightButtonDown (Inherited from UIElement.)
Protected method OnPreviewMouseRightButtonUp (Inherited from UIElement.)
Protected method OnPreviewMouseUp (Inherited from UIElement.)
Protected method OnPreviewMouseWheel (Inherited from UIElement.)
Protected method OnPreviewQueryContinueDrag (Inherited from UIElement.)
Protected method OnPreviewStylusButtonDown (Inherited from UIElement.)
Protected method OnPreviewStylusButtonUp (Inherited from UIElement.)
Protected method OnPreviewStylusDown (Inherited from UIElement.)
Protected method OnPreviewStylusInAirMove (Inherited from UIElement.)
Protected method OnPreviewStylusInRange (Inherited from UIElement.)
Protected method OnPreviewStylusMove (Inherited from UIElement.)
Protected method OnPreviewStylusOutOfRange (Inherited from UIElement.)
Protected method OnPreviewStylusSystemGesture (Inherited from UIElement.)
Protected method OnPreviewStylusUp (Inherited from UIElement.)
Protected method OnPreviewTextInput (Inherited from UIElement.)
Protected method OnPreviewTouchDown (Inherited from UIElement.)
Protected method OnPreviewTouchMove (Inherited from UIElement.)
Protected method OnPreviewTouchUp (Inherited from UIElement.)
Protected method OnPropertyChanged (Inherited from FrameworkElement.)
Protected method OnQueryContinueDrag (Inherited from UIElement.)
Protected method OnQueryCursor (Inherited from UIElement.)
Protected method OnRender (Inherited from UIElement.)
Protected method OnRenderSizeChanged (Inherited from FrameworkElement.)
Protected method OnStyleChanged (Inherited from FrameworkElement.)
Protected method OnStylusButtonDown (Inherited from UIElement.)
Protected method OnStylusButtonUp (Inherited from UIElement.)
Protected method OnStylusDown (Inherited from UIElement.)
Protected method OnStylusEnter (Inherited from UIElement.)
Protected method OnStylusInAirMove (Inherited from UIElement.)
Protected method OnStylusInRange (Inherited from UIElement.)
Protected method OnStylusLeave (Inherited from UIElement.)
Protected method OnStylusMove (Inherited from UIElement.)
Protected method OnStylusOutOfRange (Inherited from UIElement.)
Protected method OnStylusSystemGesture (Inherited from UIElement.)
Protected method OnStylusUp (Inherited from UIElement.)
Protected method OnTemplateChanged (Inherited from Control.)
Protected method OnTextInput (Inherited from UIElement.)
Protected method OnToolTipClosing (Inherited from FrameworkElement.)
Protected method OnToolTipOpening (Inherited from FrameworkElement.)
Protected method OnTouchDown (Inherited from UIElement.)
Protected method OnTouchEnter (Inherited from UIElement.)
Protected method OnTouchLeave (Inherited from UIElement.)
Protected method OnTouchMove (Inherited from UIElement.)
Protected method OnTouchUp (Inherited from UIElement.)
Protected method OnUnloaded
Protected method OnVisualChildrenChanged (Inherited from Visual.)
Protected method OnVisualParentChanged (Inherited from FrameworkElement.)
Protected method ParentLayoutInvalidated (Inherited from FrameworkElement.)
Public method PointFromScreen (Inherited from Visual.)
Public method PointToScreen (Inherited from Visual.)
Public method PredictFocus (Inherited from FrameworkElement.)
Public method RaiseEvent (Inherited from UIElement.)
Public method ReadLocalValue (Inherited from DependencyObject.)
Public method RegisterName (Inherited from FrameworkElement.)
Public method ReleaseAllTouchCaptures (Inherited from UIElement.)
Public method ReleaseMouseCapture (Inherited from UIElement.)
Public method ReleaseStylusCapture (Inherited from UIElement.)
Public method ReleaseTouchCapture (Inherited from UIElement.)
Public method RemoveHandler (Inherited from UIElement.)
Protected method RemoveLogicalChild (Inherited from FrameworkElement.)
Protected method RemoveVisualChild (Inherited from Visual.)
Public method SetBinding(DependencyProperty, BindingBase) (Inherited from FrameworkElement.)
Public method SetBinding(DependencyProperty, String) (Inherited from FrameworkElement.)
Public method SetCurrentValue (Inherited from DependencyObject.)
Public method SetResourceReference (Inherited from FrameworkElement.)
Public method SetValue(DependencyProperty, Object) (Inherited from DependencyObject.)
Public method SetValue(DependencyPropertyKey, Object) (Inherited from DependencyObject.)
Public method ShouldSerializeCommandBindings (Inherited from UIElement.)
Public method ShouldSerializeContent (Inherited from ContentControl.)
Public method ShouldSerializeInputBindings (Inherited from UIElement.)
Protected method ShouldSerializeProperty (Inherited from DependencyObject.)
Public method ShouldSerializeResources (Inherited from FrameworkElement.)
Public method ShouldSerializeStyle (Inherited from FrameworkElement.)
Public method ShouldSerializeTriggers (Inherited from FrameworkElement.)
Public method ToString (Inherited from Control.)
Public method TransformToAncestor(Visual) (Inherited from Visual.)
Public method TransformToAncestor(Visual3D) (Inherited from Visual.)
Public method TransformToDescendant (Inherited from Visual.)
Public method TransformToVisual (Inherited from Visual.)
Public method TranslatePoint (Inherited from UIElement.)
Public method TryFindResource (Inherited from FrameworkElement.)
Public method UnregisterName (Inherited from FrameworkElement.)
Public method UpdateDefaultStyle (Inherited from FrameworkElement.)
Public method UpdateLayout (Inherited from UIElement.)
Public method VerifyAccess (Inherited from DispatcherObject.)

Top

Events

  Name Description
Public event ContextMenuClosing (Inherited from FrameworkElement.)
Public event ContextMenuOpening (Inherited from FrameworkElement.)
Public event DataContextChanged (Inherited from FrameworkElement.)
Public event DragEnter (Inherited from UIElement.)
Public event DragLeave (Inherited from UIElement.)
Public event DragOver (Inherited from UIElement.)
Public event Drop (Inherited from UIElement.)
Public event EndEditFromLostFocus
Public event FocusableChanged (Inherited from UIElement.)
Public event GiveFeedback (Inherited from UIElement.)
Public event GotFocus (Inherited from UIElement.)
Public event GotKeyboardFocus (Inherited from UIElement.)
Public event GotMouseCapture (Inherited from UIElement.)
Public event GotStylusCapture (Inherited from UIElement.)
Public event GotTouchCapture (Inherited from UIElement.)
Public event Initialized (Inherited from FrameworkElement.)
Public event IsEnabledChanged (Inherited from UIElement.)
Public event IsHitTestVisibleChanged (Inherited from UIElement.)
Public event IsKeyboardFocusedChanged (Inherited from UIElement.)
Public event IsKeyboardFocusWithinChanged (Inherited from UIElement.)
Public event IsMouseCapturedChanged (Inherited from UIElement.)
Public event IsMouseCaptureWithinChanged (Inherited from UIElement.)
Public event IsMouseDirectlyOverChanged (Inherited from UIElement.)
Public event IsStylusCapturedChanged (Inherited from UIElement.)
Public event IsStylusCaptureWithinChanged (Inherited from UIElement.)
Public event IsStylusDirectlyOverChanged (Inherited from UIElement.)
Public event IsVisibleChanged (Inherited from UIElement.)
Public event KeyDown (Inherited from UIElement.)
Public event KeyUp (Inherited from UIElement.)
Public event LayoutUpdated (Inherited from UIElement.)
Public event Loaded (Inherited from FrameworkElement.)
Public event LostFocus (Inherited from UIElement.)
Public event LostKeyboardFocus (Inherited from UIElement.)
Public event LostMouseCapture (Inherited from UIElement.)
Public event LostStylusCapture (Inherited from UIElement.)
Public event LostTouchCapture (Inherited from UIElement.)
Public event ManipulationBoundaryFeedback (Inherited from UIElement.)
Public event ManipulationCompleted (Inherited from UIElement.)
Public event ManipulationDelta (Inherited from UIElement.)
Public event ManipulationInertiaStarting (Inherited from UIElement.)
Public event ManipulationStarted (Inherited from UIElement.)
Public event ManipulationStarting (Inherited from UIElement.)
Public event MouseDoubleClick (Inherited from Control.)
Public event MouseDown (Inherited from UIElement.)
Public event MouseEnter (Inherited from UIElement.)
Public event MouseLeave (Inherited from UIElement.)
Public event MouseLeftButtonDown (Inherited from UIElement.)
Public event MouseLeftButtonUp (Inherited from UIElement.)
Public event MouseMove (Inherited from UIElement.)
Public event MouseRightButtonDown (Inherited from UIElement.)
Public event MouseRightButtonUp (Inherited from UIElement.)
Public event MouseUp (Inherited from UIElement.)
Public event MouseWheel (Inherited from UIElement.)
Public event PreviewDragEnter (Inherited from UIElement.)
Public event PreviewDragLeave (Inherited from UIElement.)
Public event PreviewDragOver (Inherited from UIElement.)
Public event PreviewDrop (Inherited from UIElement.)
Public event PreviewGiveFeedback (Inherited from UIElement.)
Public event PreviewGotKeyboardFocus (Inherited from UIElement.)
Public event PreviewKeyDown (Inherited from UIElement.)
Public event PreviewKeyUp (Inherited from UIElement.)
Public event PreviewLostKeyboardFocus (Inherited from UIElement.)
Public event PreviewMouseDoubleClick (Inherited from Control.)
Public event PreviewMouseDown (Inherited from UIElement.)
Public event PreviewMouseLeftButtonDown (Inherited from UIElement.)
Public event PreviewMouseLeftButtonUp (Inherited from UIElement.)
Public event PreviewMouseMove (Inherited from UIElement.)
Public event PreviewMouseRightButtonDown (Inherited from UIElement.)
Public event PreviewMouseRightButtonUp (Inherited from UIElement.)
Public event PreviewMouseUp (Inherited from UIElement.)
Public event PreviewMouseWheel (Inherited from UIElement.)
Public event PreviewQueryContinueDrag (Inherited from UIElement.)
Public event PreviewStylusButtonDown (Inherited from UIElement.)
Public event PreviewStylusButtonUp (Inherited from UIElement.)
Public event PreviewStylusDown (Inherited from UIElement.)
Public event PreviewStylusInAirMove (Inherited from UIElement.)
Public event PreviewStylusInRange (Inherited from UIElement.)
Public event PreviewStylusMove (Inherited from UIElement.)
Public event PreviewStylusOutOfRange (Inherited from UIElement.)
Public event PreviewStylusSystemGesture (Inherited from UIElement.)
Public event PreviewStylusUp (Inherited from UIElement.)
Public event PreviewTextInput (Inherited from UIElement.)
Public event PreviewTouchDown (Inherited from UIElement.)
Public event PreviewTouchMove (Inherited from UIElement.)
Public event PreviewTouchUp (Inherited from UIElement.)
Public event QueryContinueDrag (Inherited from UIElement.)
Public event QueryCursor (Inherited from UIElement.)
Public event RequestBringIntoView (Inherited from FrameworkElement.)
Public event SizeChanged (Inherited from FrameworkElement.)
Public event SourceUpdated (Inherited from FrameworkElement.)
Public event StylusButtonDown (Inherited from UIElement.)
Public event StylusButtonUp (Inherited from UIElement.)
Public event StylusDown (Inherited from UIElement.)
Public event StylusEnter (Inherited from UIElement.)
Public event StylusInAirMove (Inherited from UIElement.)
Public event StylusInRange (Inherited from UIElement.)
Public event StylusLeave (Inherited from UIElement.)
Public event StylusMove (Inherited from UIElement.)
Public event StylusOutOfRange (Inherited from UIElement.)
Public event StylusSystemGesture (Inherited from UIElement.)
Public event StylusUp (Inherited from UIElement.)
Public event TargetUpdated (Inherited from FrameworkElement.)
Public event TextChanged
Public event TextInput (Inherited from UIElement.)
Public event ToolTipClosing (Inherited from FrameworkElement.)
Public event ToolTipOpening (Inherited from FrameworkElement.)
Public event TouchDown (Inherited from UIElement.)
Public event TouchEnter (Inherited from UIElement.)
Public event TouchLeave (Inherited from UIElement.)
Public event TouchMove (Inherited from UIElement.)
Public event TouchUp (Inherited from UIElement.)
Public event Unloaded (Inherited from FrameworkElement.)

Top

Fields

  Name Description
Public fieldStatic member EditResultProperty
Public fieldStatic member IsEditModeAllowedProperty
Public fieldStatic member IsInEditModeProperty
Public fieldStatic member TextBoxStyleProperty
Public fieldStatic member TextChangedEvent
Public fieldStatic member TextProperty

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IAddChild..::..AddChild (Inherited from ContentControl.)
Explicit interface implemetationPrivate method IAddChild..::..AddText (Inherited from ContentControl.)
Explicit interface implemetationPrivate method IQueryAmbient..::..IsAmbientPropertyAvailable (Inherited from FrameworkElement.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Data.Tools.Design.Core.Controls Namespace