C# 클래스 Fluent.ToggleButton

상속: System.Windows.Controls.Primitives.ToggleButton, IToggleButton, IRibbonControl, IQuickAccessItemProvider
파일 보기 프로젝트 열기: Gainedge/BetterExplorer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CanAddToQuickAccessToolBarProperty System.Windows.DependencyProperty
GroupNameProperty System.Windows.DependencyProperty
HeaderProperty System.Windows.DependencyProperty
IconProperty System.Windows.DependencyProperty
IsDefinitiveProperty System.Windows.DependencyProperty
LargeIconProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
CreateQuickAccessItem ( ) : FrameworkElement

Gets control which represents shortcut item. This item MUST be syncronized with the original and send command to original one control.

InvokeClick ( ) : void
OnKeyTipBack ( ) : void

Handles back navigation with KeyTips

OnKeyTipPressed ( ) : void

Handles key tip pressed

보호된 메소드들

메소드 설명
OnClick ( ) : void

Called when a T:System.Windows.Controls.Button is clicked.

비공개 메소드들

메소드 설명
OnCoerceStyle ( DependencyObject d, object basevalue ) : object
OnIconChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
ToggleButton ( ) : System

메소드 상세

CreateQuickAccessItem() 공개 메소드

Gets control which represents shortcut item. This item MUST be syncronized with the original and send command to original one control.
public CreateQuickAccessItem ( ) : FrameworkElement
리턴 System.Windows.FrameworkElement

InvokeClick() 공개 메소드

public InvokeClick ( ) : void
리턴 void

OnClick() 보호된 메소드

Called when a T:System.Windows.Controls.Button is clicked.
protected OnClick ( ) : void
리턴 void

OnKeyTipBack() 공개 메소드

Handles back navigation with KeyTips
public OnKeyTipBack ( ) : void
리턴 void

OnKeyTipPressed() 공개 메소드

Handles key tip pressed
public OnKeyTipPressed ( ) : void
리턴 void

프로퍼티 상세

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

Using a DependencyProperty as the backing store for CanAddToQuickAccessToolBar. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows CanAddToQuickAccessToolBarProperty
리턴 System.Windows.DependencyProperty

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

Using a DependencyProperty as the backing store for GroupName. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows GroupNameProperty
리턴 System.Windows.DependencyProperty

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

Using a DependencyProperty as the backing store for Header. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows HeaderProperty
리턴 System.Windows.DependencyProperty

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

Using a DependencyProperty as the backing store for Icon. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows IconProperty
리턴 System.Windows.DependencyProperty

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

Using a DependencyProperty as the backing store for IsDefinitive. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows IsDefinitiveProperty
리턴 System.Windows.DependencyProperty

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

Using a DependencyProperty as the backing store for SmallIcon. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows LargeIconProperty
리턴 System.Windows.DependencyProperty