C# 클래스 anchor.ToggleButton

Interaction logic for ToggleButton.xaml
상속: System.Windows.Controls.Primitives.ToggleButton
파일 보기 프로젝트 열기: mauris/anchor-app

공개 프로퍼티들

프로퍼티 타입 설명
CheckedHoverImageProperty System.Windows.DependencyProperty
CheckedImageProperty System.Windows.DependencyProperty
DisabledImageProperty System.Windows.DependencyProperty
UncheckedHoverImageProperty System.Windows.DependencyProperty
UncheckedImageProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
ToggleButton ( ) : System

비공개 메소드들

메소드 설명
ChangeImage ( ) : void
ToggleButton_CheckedChanged ( object sender, RoutedEventArgs e ) : void
ToggleButton_IsEnabledChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
ToggleButton_Loaded ( object sender, RoutedEventArgs e ) : void
onCheckedHoverImageChangedCallback ( DependencyObject dobj, System.Windows.DependencyPropertyChangedEventArgs args ) : void
onCheckedImageChangedCallback ( DependencyObject dobj, System.Windows.DependencyPropertyChangedEventArgs args ) : void
onDisabledImageChangedCallback ( DependencyObject dobj, System.Windows.DependencyPropertyChangedEventArgs args ) : void
onUncheckedHoverImageChangedCallback ( DependencyObject dobj, System.Windows.DependencyPropertyChangedEventArgs args ) : void
onUncheckedImageChangedCallback ( DependencyObject dobj, System.Windows.DependencyPropertyChangedEventArgs args ) : void

메소드 상세

ToggleButton() 공개 메소드

public ToggleButton ( ) : System
리턴 System

프로퍼티 상세

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

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

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

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

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

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

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

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

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

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