Table of Contents

Class FieldControl

Namespace
The.WPF.Controls
Assembly
Instagile.WPF.dll
public class FieldControl : HeaderedContentControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild
Inheritance
FieldControl
Implements
Inherited Members

Fields

FocusTargetProperty

public static readonly DependencyProperty FocusTargetProperty

Field Value

DependencyProperty

HasHelpTextProperty

public static readonly DependencyProperty HasHelpTextProperty

Field Value

DependencyProperty

HasLabelProperty

public static readonly DependencyProperty HasLabelProperty

Field Value

DependencyProperty

HelpTextProperty

public static readonly DependencyProperty HelpTextProperty

Field Value

DependencyProperty

IsEditableProperty

public static readonly DependencyProperty IsEditableProperty

Field Value

DependencyProperty

MinContentHeightProperty

public static readonly DependencyProperty MinContentHeightProperty

Field Value

DependencyProperty

MinContentWidthProperty

public static readonly DependencyProperty MinContentWidthProperty

Field Value

DependencyProperty

Properties

HasHelpText

public bool HasHelpText { get; set; }

Property Value

bool

HasLabel

public bool HasLabel { get; set; }

Property Value

bool

HelpText

public string HelpText { get; set; }

Property Value

string

IsEditable

public bool IsEditable { get; set; }

Property Value

bool

MinContentHeight

public double MinContentHeight { get; set; }

Property Value

double

MinContentWidth

public double MinContentWidth { get; set; }

Property Value

double

Methods

GetFocusTarget(UIElement)

public static bool GetFocusTarget(UIElement element)

Parameters

element UIElement

Returns

bool

GetIsEditable(UIElement)

public static bool GetIsEditable(UIElement element)

Parameters

element UIElement

Returns

bool

OnGotFocus(RoutedEventArgs)

Invoked whenever an unhandled GotFocus event reaches this element in its route.

protected override void OnGotFocus(RoutedEventArgs e)

Parameters

e RoutedEventArgs

The RoutedEventArgs that contains the event data.

SetFocusTarget(UIElement, bool)

public static void SetFocusTarget(UIElement element, bool value)

Parameters

element UIElement
value bool

SetIsEditable(UIElement, bool)

public static void SetIsEditable(UIElement element, bool value)

Parameters

element UIElement
value bool