Class ExclusiveChoice
[TemplatePart(Name = "PART_True", Type = typeof(ToggleButton))]
[TemplatePart(Name = "PART_False", Type = typeof(ToggleButton))]
[TemplatePart(Name = "PART_Null", Type = typeof(ToggleButton))]
public class ExclusiveChoice : Control, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient
- Inheritance
-
ExclusiveChoice
- Implements
- Inherited Members
Fields
FalseTextProperty
public static readonly DependencyProperty FalseTextProperty
Field Value
NullTextProperty
public static readonly DependencyProperty NullTextProperty
Field Value
TrueTextProperty
public static readonly DependencyProperty TrueTextProperty
Field Value
ValueProperty
public static readonly DependencyProperty ValueProperty
Field Value
Properties
FalseText
public string FalseText { get; set; }
Property Value
NullText
public string NullText { get; set; }
Property Value
TrueText
public string TrueText { get; set; }
Property Value
Value
public bool? Value { get; set; }
Property Value
- bool?
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().
public override void OnApplyTemplate()