Sprinter Defect Tracking System API
FieldsControl Class
Members 
A control for handling data fields.
Syntax
public abstract class FieldsControl : System.Windows.Controls.UserControl 
Remarks
In your defect tracking system connector, implement controls that inherit this abstract class to handle data collections. For example, defect data, project settings, and so on.
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
                           HP.Sprinter.DefectTrackingSystemAPI.FieldsControl

Public Properties
  Name Description
Public Property ActualHeight (Inherited fromSystem.Windows.FrameworkElement)
Public Property ActualWidth (Inherited fromSystem.Windows.FrameworkElement)
Public Property AllowDrop (Inherited fromSystem.Windows.UIElement)
Public Property AreAnyTouchesCaptured (Inherited fromSystem.Windows.UIElement)
Public Property AreAnyTouchesCapturedWithin (Inherited fromSystem.Windows.UIElement)
Public Property AreAnyTouchesDirectlyOver (Inherited fromSystem.Windows.UIElement)
Public Property AreAnyTouchesOver (Inherited fromSystem.Windows.UIElement)
Public Property Background (Inherited fromSystem.Windows.Controls.Control)
Public Property BindingGroup (Inherited fromSystem.Windows.FrameworkElement)
Public Property BitmapEffect (Inherited fromSystem.Windows.UIElement)
Public Property BitmapEffectInput (Inherited fromSystem.Windows.UIElement)
Public Property BorderBrush (Inherited fromSystem.Windows.Controls.Control)
Public Property BorderThickness (Inherited fromSystem.Windows.Controls.Control)
Public Property CacheMode (Inherited fromSystem.Windows.UIElement)
Public Property Clip (Inherited fromSystem.Windows.UIElement)
Public Property ClipToBounds (Inherited fromSystem.Windows.UIElement)
Public Property CommandBindings (Inherited fromSystem.Windows.UIElement)
Public Property Content (Inherited fromSystem.Windows.Controls.ContentControl)
Public Property ContentStringFormat (Inherited fromSystem.Windows.Controls.ContentControl)
Public Property ContentTemplate (Inherited fromSystem.Windows.Controls.ContentControl)
Public Property ContentTemplateSelector (Inherited fromSystem.Windows.Controls.ContentControl)
Public Property ContextMenu (Inherited fromSystem.Windows.FrameworkElement)
Public Property Cursor (Inherited fromSystem.Windows.FrameworkElement)
Public Property DataContext (Inherited fromSystem.Windows.FrameworkElement)
Public Property DependencyObjectType (Inherited fromSystem.Windows.DependencyObject)
Public Property DesiredSize (Inherited fromSystem.Windows.UIElement)
Public Property Dispatcher (Inherited fromSystem.Windows.Threading.DispatcherObject)
Public Property Effect (Inherited fromSystem.Windows.UIElement)
Public Property Fields The collection of fields available in the control.  
Public Property FlowDirection (Inherited fromSystem.Windows.FrameworkElement)
Public Property Focusable (Inherited fromSystem.Windows.UIElement)
Public Property FocusVisualStyle (Inherited fromSystem.Windows.FrameworkElement)
Public Property FontFamily (Inherited fromSystem.Windows.Controls.Control)
Public Property FontSize (Inherited fromSystem.Windows.Controls.Control)
Public Property FontStretch (Inherited fromSystem.Windows.Controls.Control)
Public Property FontStyle (Inherited fromSystem.Windows.Controls.Control)
Public Property FontWeight (Inherited fromSystem.Windows.Controls.Control)
Public Property ForceCursor (Inherited fromSystem.Windows.FrameworkElement)
Public Property Foreground (Inherited fromSystem.Windows.Controls.Control)
Public Property HasAnimatedProperties (Inherited fromSystem.Windows.UIElement)
Public Property HasContent (Inherited fromSystem.Windows.Controls.ContentControl)
Public Property Height (Inherited fromSystem.Windows.FrameworkElement)
Public Property HorizontalAlignment (Inherited fromSystem.Windows.FrameworkElement)
Public Property HorizontalContentAlignment (Inherited fromSystem.Windows.Controls.Control)
Public Property InputBindings (Inherited fromSystem.Windows.UIElement)
Public Property InputScope (Inherited fromSystem.Windows.FrameworkElement)
Public Property IsArrangeValid (Inherited fromSystem.Windows.UIElement)
Public Property IsEnabled (Inherited fromSystem.Windows.UIElement)
Public Property IsFocused (Inherited fromSystem.Windows.UIElement)
Public Property IsHitTestVisible (Inherited fromSystem.Windows.UIElement)
Public Property IsInitialized (Inherited fromSystem.Windows.FrameworkElement)
Public Property IsInputMethodEnabled (Inherited fromSystem.Windows.UIElement)
Public Property IsKeyboardFocused (Inherited fromSystem.Windows.UIElement)
Public Property IsKeyboardFocusWithin (Inherited fromSystem.Windows.UIElement)
Public Property IsLoaded (Inherited fromSystem.Windows.FrameworkElement)
Public Property IsManipulationEnabled (Inherited fromSystem.Windows.UIElement)
Public Property IsMeasureValid (Inherited fromSystem.Windows.UIElement)
Public Property IsMouseCaptured (Inherited fromSystem.Windows.UIElement)
Public Property IsMouseCaptureWithin (Inherited fromSystem.Windows.UIElement)
Public Property IsMouseDirectlyOver (Inherited fromSystem.Windows.UIElement)
Public Property IsMouseOver (Inherited fromSystem.Windows.UIElement)
Public Property IsSealed (Inherited fromSystem.Windows.DependencyObject)
Public Property IsStylusCaptured (Inherited fromSystem.Windows.UIElement)
Public Property IsStylusCaptureWithin (Inherited fromSystem.Windows.UIElement)
Public Property IsStylusDirectlyOver (Inherited fromSystem.Windows.UIElement)
Public Property IsStylusOver (Inherited fromSystem.Windows.UIElement)
Public Property IsTabStop (Inherited fromSystem.Windows.Controls.Control)
Public Property IsVisible (Inherited fromSystem.Windows.UIElement)
Public Property Language (Inherited fromSystem.Windows.FrameworkElement)
Public Property LayoutTransform (Inherited fromSystem.Windows.FrameworkElement)
Public Property Margin (Inherited fromSystem.Windows.FrameworkElement)
Public Property MaxHeight (Inherited fromSystem.Windows.FrameworkElement)
Public Property MaxWidth (Inherited fromSystem.Windows.FrameworkElement)
Public Property MinHeight (Inherited fromSystem.Windows.FrameworkElement)
Public Property MinWidth (Inherited fromSystem.Windows.FrameworkElement)
Public Property Name (Inherited fromSystem.Windows.FrameworkElement)
Public Property Opacity (Inherited fromSystem.Windows.UIElement)
Public Property OpacityMask (Inherited fromSystem.Windows.UIElement)
Public Property OverridesDefaultStyle (Inherited fromSystem.Windows.FrameworkElement)
Public Property Padding (Inherited fromSystem.Windows.Controls.Control)
Public Property Parent (Inherited fromSystem.Windows.FrameworkElement)
Public Property PersistId (Inherited fromSystem.Windows.UIElement)
Public Property RenderSize (Inherited fromSystem.Windows.UIElement)
Public Property RenderTransform (Inherited fromSystem.Windows.UIElement)
Public Property RenderTransformOrigin (Inherited fromSystem.Windows.UIElement)
Public Property Resources (Inherited fromSystem.Windows.FrameworkElement)
Public Property SnapsToDevicePixels (Inherited fromSystem.Windows.UIElement)
Public Property Style (Inherited fromSystem.Windows.FrameworkElement)
Public Property TabIndex (Inherited fromSystem.Windows.Controls.Control)
Public Property Tag (Inherited fromSystem.Windows.FrameworkElement)
Public Property Template (Inherited fromSystem.Windows.Controls.Control)
Public Property TemplatedParent (Inherited fromSystem.Windows.FrameworkElement)
Public Property ToolTip (Inherited fromSystem.Windows.FrameworkElement)
Public Property TouchesCaptured (Inherited fromSystem.Windows.UIElement)
Public Property TouchesCapturedWithin (Inherited fromSystem.Windows.UIElement)
Public Property TouchesDirectlyOver (Inherited fromSystem.Windows.UIElement)
Public Property TouchesOver (Inherited fromSystem.Windows.UIElement)
Public Property Triggers (Inherited fromSystem.Windows.FrameworkElement)
Public Property Uid (Inherited fromSystem.Windows.UIElement)
Public Property UseLayoutRounding (Inherited fromSystem.Windows.FrameworkElement)
Public Property VerticalAlignment (Inherited fromSystem.Windows.FrameworkElement)
Public Property VerticalContentAlignment (Inherited fromSystem.Windows.Controls.Control)
Public Property Visibility (Inherited fromSystem.Windows.UIElement)
Public Property Width (Inherited fromSystem.Windows.FrameworkElement)
Top
Protected Properties
Public Methods
  Name Description
Public Method AddHandler Overloaded. (Inherited fromSystem.Windows.UIElement  )
Public Method AddToEventRoute (Inherited fromSystem.Windows.UIElement)
Public Method ApplyAnimationClock Overloaded. (Inherited fromSystem.Windows.UIElement  )
Public Method ApplyTemplate (Inherited fromSystem.Windows.FrameworkElement)
Public Method Arrange (Inherited fromSystem.Windows.UIElement)
Public Method BeginAnimation Overloaded. (Inherited fromSystem.Windows.UIElement  )
Public Method BeginInit (Inherited fromSystem.Windows.FrameworkElement)
Public Method BeginStoryboard Overloaded. (Inherited fromSystem.Windows.FrameworkElement  )
Public Method BringIntoView Overloaded. (Inherited fromSystem.Windows.FrameworkElement  )
Public Method CaptureMouse (Inherited fromSystem.Windows.UIElement)
Public Method CaptureStylus (Inherited fromSystem.Windows.UIElement)
Public Method CaptureTouch (Inherited fromSystem.Windows.UIElement)
Public Method ClearValue Overloaded. (Inherited fromSystem.Windows.DependencyObject  )
Public Method CoerceValue (Inherited fromSystem.Windows.DependencyObject)
Public Method EndInit (Inherited fromSystem.Windows.FrameworkElement)
Public Method Equals (Inherited fromSystem.Windows.DependencyObject)
Public Method FindCommonVisualAncestor (Inherited fromSystem.Windows.Media.Visual)
Public Method FindName (Inherited fromSystem.Windows.FrameworkElement)
Public Method FindResource (Inherited fromSystem.Windows.FrameworkElement)
Public Method Focus (Inherited fromSystem.Windows.UIElement)
Public Method GetAnimationBaseValue (Inherited fromSystem.Windows.UIElement)
Public Method GetBindingExpression (Inherited fromSystem.Windows.FrameworkElement)
Public Method GetHashCode (Inherited fromSystem.Windows.DependencyObject)
Public Method GetLocalValueEnumerator (Inherited fromSystem.Windows.DependencyObject)
Public Method GetValue (Inherited fromSystem.Windows.DependencyObject)
Public Method InputHitTest (Inherited fromSystem.Windows.UIElement)
Public Method InvalidateArrange (Inherited fromSystem.Windows.UIElement)
Public Method InvalidateMeasure (Inherited fromSystem.Windows.UIElement)
Public Method InvalidateProperty (Inherited fromSystem.Windows.DependencyObject)
Public Method InvalidateVisual (Inherited fromSystem.Windows.UIElement)
Public Method IsAncestorOf (Inherited fromSystem.Windows.Media.Visual)
Public Method IsDescendantOf (Inherited fromSystem.Windows.Media.Visual)
Public Method Measure (Inherited fromSystem.Windows.UIElement)
Public Method MoveFocus (Inherited fromSystem.Windows.FrameworkElement)
Public Method OnApplyTemplate (Inherited fromSystem.Windows.FrameworkElement)
Public Method PointFromScreen (Inherited fromSystem.Windows.Media.Visual)
Public Method PointToScreen (Inherited fromSystem.Windows.Media.Visual)
Public Method PredictFocus (Inherited fromSystem.Windows.FrameworkElement)
Public Method RaiseEvent (Inherited fromSystem.Windows.UIElement)
Public Method ReadLocalValue (Inherited fromSystem.Windows.DependencyObject)
Public Method RegisterName (Inherited fromSystem.Windows.FrameworkElement)
Public Method ReleaseAllTouchCaptures (Inherited fromSystem.Windows.UIElement)
Public Method ReleaseMouseCapture (Inherited fromSystem.Windows.UIElement)
Public Method ReleaseStylusCapture (Inherited fromSystem.Windows.UIElement)
Public Method ReleaseTouchCapture (Inherited fromSystem.Windows.UIElement)
Public Method RemoveHandler (Inherited fromSystem.Windows.UIElement)
Public Method SetBinding Overloaded. (Inherited fromSystem.Windows.FrameworkElement  )
Public Method SetCurrentValue (Inherited fromSystem.Windows.DependencyObject)
Public Method SetResourceReference (Inherited fromSystem.Windows.FrameworkElement)
Public Method SetValue Overloaded. (Inherited fromSystem.Windows.DependencyObject  )
Public Method ToString (Inherited fromSystem.Windows.Controls.Control)
Public Method TransformToAncestor Overloaded. (Inherited fromSystem.Windows.Media.Visual  )
Public Method TransformToDescendant (Inherited fromSystem.Windows.Media.Visual)
Public Method TransformToVisual (Inherited fromSystem.Windows.Media.Visual)
Public Method TranslatePoint (Inherited fromSystem.Windows.UIElement)
Public Method TryFindResource (Inherited fromSystem.Windows.FrameworkElement)
Public Method UnregisterName (Inherited fromSystem.Windows.FrameworkElement)
Public Method UpdateDefaultStyle (Inherited fromSystem.Windows.FrameworkElement)
Public Method UpdateField Changes the value of a field and changes the list of selected values for display.  
Public Method UpdateLayout (Inherited fromSystem.Windows.UIElement)
Top
Protected Methods
  Name Description
Protected Method AddChild (Inherited fromSystem.Windows.Controls.ContentControl)
Protected Method AddText (Inherited fromSystem.Windows.Controls.ContentControl)
Protected Method AddVisualChild (Inherited fromSystem.Windows.Media.Visual)
Protected Method ArrangeCore (Inherited fromSystem.Windows.FrameworkElement)
Protected Method ArrangeOverride (Inherited fromSystem.Windows.Controls.Control)
Protected Method GetLayoutClip (Inherited fromSystem.Windows.FrameworkElement)
Protected Method GetVisualChild (Inherited fromSystem.Windows.FrameworkElement)
Protected Method HitTestCore Overloaded. (Inherited fromSystem.Windows.UIElement  )
Protected Method MeasureCore (Inherited fromSystem.Windows.FrameworkElement)
Protected Method MeasureOverride (Inherited fromSystem.Windows.Controls.Control)
Protected Method OnAccessKey (Inherited fromSystem.Windows.UIElement)
Protected Method OnChildDesiredSizeChanged (Inherited fromSystem.Windows.UIElement)
Protected Method OnContentChanged (Inherited fromSystem.Windows.Controls.ContentControl)
Protected Method OnContentStringFormatChanged (Inherited fromSystem.Windows.Controls.ContentControl)
Protected Method OnContentTemplateChanged (Inherited fromSystem.Windows.Controls.ContentControl)
Protected Method OnContentTemplateSelectorChanged (Inherited fromSystem.Windows.Controls.ContentControl)
Protected Method OnContextMenuClosing (Inherited fromSystem.Windows.FrameworkElement)
Protected Method OnContextMenuOpening (Inherited fromSystem.Windows.FrameworkElement)
Protected Method OnCreateAutomationPeer (Inherited fromSystem.Windows.Controls.UserControl)
Protected Method OnDragEnter (Inherited fromSystem.Windows.UIElement)
Protected Method OnDragLeave (Inherited fromSystem.Windows.UIElement)
Protected Method OnDragOver (Inherited fromSystem.Windows.UIElement)
Protected Method OnDrop (Inherited fromSystem.Windows.UIElement)
Protected Method OnGiveFeedback (Inherited fromSystem.Windows.UIElement)
Protected Method OnGotFocus (Inherited fromSystem.Windows.FrameworkElement)
Protected Method OnGotKeyboardFocus (Inherited fromSystem.Windows.UIElement)
Protected Method OnGotMouseCapture (Inherited fromSystem.Windows.UIElement)
Protected Method OnGotStylusCapture (Inherited fromSystem.Windows.UIElement)
Protected Method OnGotTouchCapture (Inherited fromSystem.Windows.UIElement)
Protected Method OnInitialized (Inherited fromSystem.Windows.FrameworkElement)
Protected Method OnIsKeyboardFocusedChanged (Inherited fromSystem.Windows.UIElement)
Protected Method OnIsKeyboardFocusWithinChanged (Inherited fromSystem.Windows.UIElement)
Protected Method OnIsMouseCapturedChanged (Inherited fromSystem.Windows.UIElement)
Protected Method OnIsMouseCaptureWithinChanged (Inherited fromSystem.Windows.UIElement)
Protected Method OnIsMouseDirectlyOverChanged (Inherited fromSystem.Windows.UIElement)
Protected Method OnIsStylusCapturedChanged (Inherited fromSystem.Windows.UIElement)
Protected Method OnIsStylusCaptureWithinChanged (Inherited fromSystem.Windows.UIElement)
Protected Method OnIsStylusDirectlyOverChanged (Inherited fromSystem.Windows.UIElement)
Protected Method OnKeyDown (Inherited fromSystem.Windows.UIElement)
Protected Method OnKeyUp (Inherited fromSystem.Windows.UIElement)
Protected Method OnLostFocus (Inherited fromSystem.Windows.UIElement)
Protected Method OnLostKeyboardFocus (Inherited fromSystem.Windows.UIElement)
Protected Method OnLostMouseCapture (Inherited fromSystem.Windows.UIElement)
Protected Method OnLostStylusCapture (Inherited fromSystem.Windows.UIElement)
Protected Method OnLostTouchCapture (Inherited fromSystem.Windows.UIElement)
Protected Method OnManipulationBoundaryFeedback (Inherited fromSystem.Windows.UIElement)
Protected Method OnManipulationCompleted (Inherited fromSystem.Windows.UIElement)
Protected Method OnManipulationDelta (Inherited fromSystem.Windows.UIElement)
Protected Method OnManipulationInertiaStarting (Inherited fromSystem.Windows.UIElement)
Protected Method OnManipulationStarted (Inherited fromSystem.Windows.UIElement)
Protected Method OnManipulationStarting (Inherited fromSystem.Windows.UIElement)
Protected Method OnMouseDoubleClick (Inherited fromSystem.Windows.Controls.Control)
Protected Method OnMouseDown (Inherited fromSystem.Windows.UIElement)
Protected Method OnMouseEnter (Inherited fromSystem.Windows.UIElement)
Protected Method OnMouseLeave (Inherited fromSystem.Windows.UIElement)
Protected Method OnMouseLeftButtonDown (Inherited fromSystem.Windows.UIElement)
Protected Method OnMouseLeftButtonUp (Inherited fromSystem.Windows.UIElement)
Protected Method OnMouseMove (Inherited fromSystem.Windows.UIElement)
Protected Method OnMouseRightButtonDown (Inherited fromSystem.Windows.UIElement)
Protected Method OnMouseRightButtonUp (Inherited fromSystem.Windows.UIElement)
Protected Method OnMouseUp (Inherited fromSystem.Windows.UIElement)
Protected Method OnMouseWheel (Inherited fromSystem.Windows.UIElement)
Protected Method OnPreviewDragEnter (Inherited fromSystem.Windows.UIElement)
Protected Method OnPreviewDragLeave (Inherited fromSystem.Windows.UIElement)
Protected Method OnPreviewDragOver (Inherited fromSystem.Windows.UIElement)
Protected Method OnPreviewDrop (Inherited fromSystem.Windows.UIElement)
Protected Method OnPreviewGiveFeedback (Inherited fromSystem.Windows.UIElement)
Protected Method OnPreviewGotKeyboardFocus (Inherited fromSystem.Windows.UIElement)
Protected Method OnPreviewKeyDown (Inherited fromSystem.Windows.UIElement)
Protected Method OnPreviewKeyUp (Inherited fromSystem.Windows.UIElement)
Protected Method OnPreviewLostKeyboardFocus (Inherited fromSystem.Windows.UIElement)
Protected Method OnPreviewMouseDoubleClick (Inherited fromSystem.Windows.Controls.Control)
Protected Method OnPreviewMouseDown (Inherited fromSystem.Windows.UIElement)
Protected Method OnPreviewMouseLeftButtonDown (Inherited fromSystem.Windows.UIElement)
Protected Method OnPreviewMouseLeftButtonUp (Inherited fromSystem.Windows.UIElement)
Protected Method OnPreviewMouseMove (Inherited fromSystem.Windows.UIElement)
Protected Method OnPreviewMouseRightButtonDown (Inherited fromSystem.Windows.UIElement)
Protected Method OnPreviewMouseRightButtonUp (Inherited fromSystem.Windows.UIElement)
Protected Method OnPreviewMouseUp (Inherited fromSystem.Windows.UIElement)
Protected Method OnPreviewMouseWheel (Inherited fromSystem.Windows.UIElement)
Protected Method OnPreviewQueryContinueDrag (Inherited fromSystem.Windows.UIElement)
Protected Method OnPreviewStylusButtonDown (Inherited fromSystem.Windows.UIElement)
Protected Method OnPreviewStylusButtonUp (Inherited fromSystem.Windows.UIElement)
Protected Method OnPreviewStylusDown (Inherited fromSystem.Windows.UIElement)
Protected Method OnPreviewStylusInAirMove (Inherited fromSystem.Windows.UIElement)
Protected Method OnPreviewStylusInRange (Inherited fromSystem.Windows.UIElement)
Protected Method OnPreviewStylusMove (Inherited fromSystem.Windows.UIElement)
Protected Method OnPreviewStylusOutOfRange (Inherited fromSystem.Windows.UIElement)
Protected Method OnPreviewStylusSystemGesture (Inherited fromSystem.Windows.UIElement)
Protected Method OnPreviewStylusUp (Inherited fromSystem.Windows.UIElement)
Protected Method OnPreviewTextInput (Inherited fromSystem.Windows.UIElement)
Protected Method OnPreviewTouchDown (Inherited fromSystem.Windows.UIElement)
Protected Method OnPreviewTouchMove (Inherited fromSystem.Windows.UIElement)
Protected Method OnPreviewTouchUp (Inherited fromSystem.Windows.UIElement)
Protected Method OnPropertyChanged (Inherited fromSystem.Windows.FrameworkElement)
Protected Method OnQueryContinueDrag (Inherited fromSystem.Windows.UIElement)
Protected Method OnQueryCursor (Inherited fromSystem.Windows.UIElement)
Protected Method OnRender (Inherited fromSystem.Windows.UIElement)
Protected Method OnStylusButtonDown (Inherited fromSystem.Windows.UIElement)
Protected Method OnStylusButtonUp (Inherited fromSystem.Windows.UIElement)
Protected Method OnStylusDown (Inherited fromSystem.Windows.UIElement)
Protected Method OnStylusEnter (Inherited fromSystem.Windows.UIElement)
Protected Method OnStylusInAirMove (Inherited fromSystem.Windows.UIElement)
Protected Method OnStylusInRange (Inherited fromSystem.Windows.UIElement)
Protected Method OnStylusLeave (Inherited fromSystem.Windows.UIElement)
Protected Method OnStylusMove (Inherited fromSystem.Windows.UIElement)
Protected Method OnStylusOutOfRange (Inherited fromSystem.Windows.UIElement)
Protected Method OnStylusSystemGesture (Inherited fromSystem.Windows.UIElement)
Protected Method OnStylusUp (Inherited fromSystem.Windows.UIElement)
Protected Method OnTemplateChanged (Inherited fromSystem.Windows.Controls.Control)
Protected Method OnTextInput (Inherited fromSystem.Windows.UIElement)
Protected Method OnToolTipClosing (Inherited fromSystem.Windows.FrameworkElement)
Protected Method OnToolTipOpening (Inherited fromSystem.Windows.FrameworkElement)
Protected Method OnTouchDown (Inherited fromSystem.Windows.UIElement)
Protected Method OnTouchEnter (Inherited fromSystem.Windows.UIElement)
Protected Method OnTouchLeave (Inherited fromSystem.Windows.UIElement)
Protected Method OnTouchMove (Inherited fromSystem.Windows.UIElement)
Protected Method OnTouchUp (Inherited fromSystem.Windows.UIElement)
Protected Method RemoveVisualChild (Inherited fromSystem.Windows.Media.Visual)
Protected Method UpdateFieldSelectedValues Changes the list of selected values for display.  
Protected Method UpdateFieldValue Changes the value of a field.  
Top
Public Events
  Name Description
Public Event ContextMenuClosing (Inherited fromSystem.Windows.FrameworkElement)
Public Event ContextMenuOpening (Inherited fromSystem.Windows.FrameworkElement)
Public Event DataContextChanged (Inherited fromSystem.Windows.FrameworkElement)
Public Event DragEnter (Inherited fromSystem.Windows.UIElement)
Public Event DragLeave (Inherited fromSystem.Windows.UIElement)
Public Event DragOver (Inherited fromSystem.Windows.UIElement)
Public Event Drop (Inherited fromSystem.Windows.UIElement)
Public Event FocusableChanged (Inherited fromSystem.Windows.UIElement)
Public Event GiveFeedback (Inherited fromSystem.Windows.UIElement)
Public Event GotFocus (Inherited fromSystem.Windows.UIElement)
Public Event GotKeyboardFocus (Inherited fromSystem.Windows.UIElement)
Public Event GotMouseCapture (Inherited fromSystem.Windows.UIElement)
Public Event GotStylusCapture (Inherited fromSystem.Windows.UIElement)
Public Event GotTouchCapture (Inherited fromSystem.Windows.UIElement)
Public Event Initialized (Inherited fromSystem.Windows.FrameworkElement)
Public Event IsEnabledChanged (Inherited fromSystem.Windows.UIElement)
Public Event IsHitTestVisibleChanged (Inherited fromSystem.Windows.UIElement)
Public Event IsKeyboardFocusedChanged (Inherited fromSystem.Windows.UIElement)
Public Event IsKeyboardFocusWithinChanged (Inherited fromSystem.Windows.UIElement)
Public Event IsMouseCapturedChanged (Inherited fromSystem.Windows.UIElement)
Public Event IsMouseCaptureWithinChanged (Inherited fromSystem.Windows.UIElement)
Public Event IsMouseDirectlyOverChanged (Inherited fromSystem.Windows.UIElement)
Public Event IsStylusCapturedChanged (Inherited fromSystem.Windows.UIElement)
Public Event IsStylusCaptureWithinChanged (Inherited fromSystem.Windows.UIElement)
Public Event IsStylusDirectlyOverChanged (Inherited fromSystem.Windows.UIElement)
Public Event IsVisibleChanged (Inherited fromSystem.Windows.UIElement)
Public Event KeyDown (Inherited fromSystem.Windows.UIElement)
Public Event KeyUp (Inherited fromSystem.Windows.UIElement)
Public Event LayoutUpdated (Inherited fromSystem.Windows.UIElement)
Public Event Loaded (Inherited fromSystem.Windows.FrameworkElement)
Public Event LostFocus (Inherited fromSystem.Windows.UIElement)
Public Event LostKeyboardFocus (Inherited fromSystem.Windows.UIElement)
Public Event LostMouseCapture (Inherited fromSystem.Windows.UIElement)
Public Event LostStylusCapture (Inherited fromSystem.Windows.UIElement)
Public Event LostTouchCapture (Inherited fromSystem.Windows.UIElement)
Public Event ManipulationBoundaryFeedback (Inherited fromSystem.Windows.UIElement)
Public Event ManipulationCompleted (Inherited fromSystem.Windows.UIElement)
Public Event ManipulationDelta (Inherited fromSystem.Windows.UIElement)
Public Event ManipulationInertiaStarting (Inherited fromSystem.Windows.UIElement)
Public Event ManipulationStarted (Inherited fromSystem.Windows.UIElement)
Public Event ManipulationStarting (Inherited fromSystem.Windows.UIElement)
Public Event MouseDoubleClick (Inherited fromSystem.Windows.Controls.Control)
Public Event MouseDown (Inherited fromSystem.Windows.UIElement)
Public Event MouseEnter (Inherited fromSystem.Windows.UIElement)
Public Event MouseLeave (Inherited fromSystem.Windows.UIElement)
Public Event MouseLeftButtonDown (Inherited fromSystem.Windows.UIElement)
Public Event MouseLeftButtonUp (Inherited fromSystem.Windows.UIElement)
Public Event MouseMove (Inherited fromSystem.Windows.UIElement)
Public Event MouseRightButtonDown (Inherited fromSystem.Windows.UIElement)
Public Event MouseRightButtonUp (Inherited fromSystem.Windows.UIElement)
Public Event MouseUp (Inherited fromSystem.Windows.UIElement)
Public Event MouseWheel (Inherited fromSystem.Windows.UIElement)
Public Event PreviewDragEnter (Inherited fromSystem.Windows.UIElement)
Public Event PreviewDragLeave (Inherited fromSystem.Windows.UIElement)
Public Event PreviewDragOver (Inherited fromSystem.Windows.UIElement)
Public Event PreviewDrop (Inherited fromSystem.Windows.UIElement)
Public Event PreviewGiveFeedback (Inherited fromSystem.Windows.UIElement)
Public Event PreviewGotKeyboardFocus (Inherited fromSystem.Windows.UIElement)
Public Event PreviewKeyDown (Inherited fromSystem.Windows.UIElement)
Public Event PreviewKeyUp (Inherited fromSystem.Windows.UIElement)
Public Event PreviewLostKeyboardFocus (Inherited fromSystem.Windows.UIElement)
Public Event PreviewMouseDoubleClick (Inherited fromSystem.Windows.Controls.Control)
Public Event PreviewMouseDown (Inherited fromSystem.Windows.UIElement)
Public Event PreviewMouseLeftButtonDown (Inherited fromSystem.Windows.UIElement)
Public Event PreviewMouseLeftButtonUp (Inherited fromSystem.Windows.UIElement)
Public Event PreviewMouseMove (Inherited fromSystem.Windows.UIElement)
Public Event PreviewMouseRightButtonDown (Inherited fromSystem.Windows.UIElement)
Public Event PreviewMouseRightButtonUp (Inherited fromSystem.Windows.UIElement)
Public Event PreviewMouseUp (Inherited fromSystem.Windows.UIElement)
Public Event PreviewMouseWheel (Inherited fromSystem.Windows.UIElement)
Public Event PreviewQueryContinueDrag (Inherited fromSystem.Windows.UIElement)
Public Event PreviewStylusButtonDown (Inherited fromSystem.Windows.UIElement)
Public Event PreviewStylusButtonUp (Inherited fromSystem.Windows.UIElement)
Public Event PreviewStylusDown (Inherited fromSystem.Windows.UIElement)
Public Event PreviewStylusInAirMove (Inherited fromSystem.Windows.UIElement)
Public Event PreviewStylusInRange (Inherited fromSystem.Windows.UIElement)
Public Event PreviewStylusMove (Inherited fromSystem.Windows.UIElement)
Public Event PreviewStylusOutOfRange (Inherited fromSystem.Windows.UIElement)
Public Event PreviewStylusSystemGesture (Inherited fromSystem.Windows.UIElement)
Public Event PreviewStylusUp (Inherited fromSystem.Windows.UIElement)
Public Event PreviewTextInput (Inherited fromSystem.Windows.UIElement)
Public Event PreviewTouchDown (Inherited fromSystem.Windows.UIElement)
Public Event PreviewTouchMove (Inherited fromSystem.Windows.UIElement)
Public Event PreviewTouchUp (Inherited fromSystem.Windows.UIElement)
Public Event QueryContinueDrag (Inherited fromSystem.Windows.UIElement)
Public Event QueryCursor (Inherited fromSystem.Windows.UIElement)
Public Event RequestBringIntoView (Inherited fromSystem.Windows.FrameworkElement)
Public Event SizeChanged (Inherited fromSystem.Windows.FrameworkElement)
Public Event SourceUpdated (Inherited fromSystem.Windows.FrameworkElement)
Public Event StylusButtonDown (Inherited fromSystem.Windows.UIElement)
Public Event StylusButtonUp (Inherited fromSystem.Windows.UIElement)
Public Event StylusDown (Inherited fromSystem.Windows.UIElement)
Public Event StylusEnter (Inherited fromSystem.Windows.UIElement)
Public Event StylusInAirMove (Inherited fromSystem.Windows.UIElement)
Public Event StylusInRange (Inherited fromSystem.Windows.UIElement)
Public Event StylusLeave (Inherited fromSystem.Windows.UIElement)
Public Event StylusMove (Inherited fromSystem.Windows.UIElement)
Public Event StylusOutOfRange (Inherited fromSystem.Windows.UIElement)
Public Event StylusSystemGesture (Inherited fromSystem.Windows.UIElement)
Public Event StylusUp (Inherited fromSystem.Windows.UIElement)
Public Event TargetUpdated (Inherited fromSystem.Windows.FrameworkElement)
Public Event TextInput (Inherited fromSystem.Windows.UIElement)
Public Event ToolTipClosing (Inherited fromSystem.Windows.FrameworkElement)
Public Event ToolTipOpening (Inherited fromSystem.Windows.FrameworkElement)
Public Event TouchDown (Inherited fromSystem.Windows.UIElement)
Public Event TouchEnter (Inherited fromSystem.Windows.UIElement)
Public Event TouchLeave (Inherited fromSystem.Windows.UIElement)
Public Event TouchMove (Inherited fromSystem.Windows.UIElement)
Public Event TouchUp (Inherited fromSystem.Windows.UIElement)
Public Event Unloaded (Inherited fromSystem.Windows.FrameworkElement)
Top
See Also

Reference

FieldsControl Members
HP.Sprinter.DefectTrackingSystemAPI Namespace