Table of Contents

Class ExclusiveChoice

Namespace
The.WPF.Controls
Assembly
Instagile.WPF.dll
[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

DependencyProperty

NullTextProperty

public static readonly DependencyProperty NullTextProperty

Field Value

DependencyProperty

TrueTextProperty

public static readonly DependencyProperty TrueTextProperty

Field Value

DependencyProperty

ValueProperty

public static readonly DependencyProperty ValueProperty

Field Value

DependencyProperty

Properties

FalseText

public string FalseText { get; set; }

Property Value

string

NullText

public string NullText { get; set; }

Property Value

string

TrueText

public string TrueText { get; set; }

Property Value

string

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()