C# 클래스 PoshCode.Controls.ImageToggleButton

상속: System.Windows.Controls.Primitives.ToggleButton
파일 보기 프로젝트 열기: Jaykul/PoshConsole

공개 프로퍼티들

프로퍼티 타입 설명
CheckedImageProperty System.Windows.DependencyProperty
DefaultImageProperty System.Windows.DependencyProperty
OrientationProperty System.Windows.DependencyProperty

보호된 메소드들

메소드 설명
OnChecked ( RoutedEventArgs e ) : void
OnContentChanged ( object oldContent, object newContent ) : void
OnInitialized ( EventArgs e ) : void
OnUnchecked ( RoutedEventArgs e ) : void

비공개 메소드들

메소드 설명
ImageToggleButton ( ) : System

메소드 상세

OnChecked() 보호된 메소드

protected OnChecked ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
리턴 void

OnContentChanged() 보호된 메소드

protected OnContentChanged ( object oldContent, object newContent ) : void
oldContent object
newContent object
리턴 void

OnInitialized() 보호된 메소드

protected OnInitialized ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnUnchecked() 보호된 메소드

protected OnUnchecked ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
리턴 void

프로퍼티 상세

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

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

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

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

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

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