C# 클래스 Caliburn.Micro.BindableAppBar.BindableAppBarButton

상속: System.Windows.Controls.Control, IApplicationBarIconButton
파일 보기 프로젝트 열기: kamranayub/CaliburnBindableAppBar

공개 프로퍼티들

프로퍼티 타입 설명
IconUriProperty System.Windows.DependencyProperty
TextProperty System.Windows.DependencyProperty
VisibilityProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
BindableAppBarButton ( ) : System

비공개 메소드들

메소드 설명
AppBarButtonClick ( object sender, EventArgs e ) : void
OnIconUriChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnIsEnabledChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnTextChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnVisibilityChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

메소드 상세

BindableAppBarButton() 공개 메소드

public BindableAppBarButton ( ) : System
리턴 System

프로퍼티 상세

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

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

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

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

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

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