C# Class SuperSimpleLyncKiosk.Extensions.ControlExtensions

显示文件 Open project: shanselman/LyncAutoAnswer

Public Properties

Property Type Description
CurrentVisualStateProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetCurrentVisualState ( DependencyObject obj ) : string
SetCurrentVisualState ( DependencyObject obj, string value ) : void

Private Methods

Method Description
OnCurrentVisualStatePropertyChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs args ) : void

Method Details

GetCurrentVisualState() public static method

public static GetCurrentVisualState ( DependencyObject obj ) : string
obj System.Windows.DependencyObject
return string

SetCurrentVisualState() public static method

public static SetCurrentVisualState ( DependencyObject obj, string value ) : void
obj System.Windows.DependencyObject
value string
return void

Property Details

CurrentVisualStateProperty public_oe static_oe property

public static DependencyProperty,System.Windows CurrentVisualStateProperty
return System.Windows.DependencyProperty