C# 클래스 SuperSimpleLyncKiosk.Extensions.ControlExtensions

파일 보기 프로젝트 열기: shanselman/LyncAutoAnswer

공개 프로퍼티들

프로퍼티 타입 설명
CurrentVisualStateProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
GetCurrentVisualState ( DependencyObject obj ) : string
SetCurrentVisualState ( DependencyObject obj, string value ) : void

비공개 메소드들

메소드 설명
OnCurrentVisualStatePropertyChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs args ) : void

메소드 상세

GetCurrentVisualState() 공개 정적인 메소드

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

SetCurrentVisualState() 공개 정적인 메소드

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

프로퍼티 상세

CurrentVisualStateProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows CurrentVisualStateProperty
리턴 System.Windows.DependencyProperty