Class FieldControl
public class FieldControl : HeaderedContentControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild
- Inheritance
-
FieldControl
- Implements
- Inherited Members
Fields
FocusTargetProperty
public static readonly DependencyProperty FocusTargetProperty
Field Value
HasHelpTextProperty
public static readonly DependencyProperty HasHelpTextProperty
Field Value
HasLabelProperty
public static readonly DependencyProperty HasLabelProperty
Field Value
HelpTextProperty
public static readonly DependencyProperty HelpTextProperty
Field Value
IsEditableProperty
public static readonly DependencyProperty IsEditableProperty
Field Value
MinContentHeightProperty
public static readonly DependencyProperty MinContentHeightProperty
Field Value
MinContentWidthProperty
public static readonly DependencyProperty MinContentWidthProperty
Field Value
Properties
HasHelpText
public bool HasHelpText { get; set; }
Property Value
HasLabel
public bool HasLabel { get; set; }
Property Value
HelpText
public string HelpText { get; set; }
Property Value
IsEditable
public bool IsEditable { get; set; }
Property Value
MinContentHeight
public double MinContentHeight { get; set; }
Property Value
MinContentWidth
public double MinContentWidth { get; set; }
Property Value
Methods
GetFocusTarget(UIElement)
public static bool GetFocusTarget(UIElement element)
Parameters
elementUIElement
Returns
GetIsEditable(UIElement)
public static bool GetIsEditable(UIElement element)
Parameters
elementUIElement
Returns
OnGotFocus(RoutedEventArgs)
Invoked whenever an unhandled GotFocus event reaches this element in its route.
protected override void OnGotFocus(RoutedEventArgs e)
Parameters
eRoutedEventArgsThe RoutedEventArgs that contains the event data.
SetFocusTarget(UIElement, bool)
public static void SetFocusTarget(UIElement element, bool value)
Parameters
SetIsEditable(UIElement, bool)
public static void SetIsEditable(UIElement element, bool value)