C# 클래스 Odyssey.Controls.BreadcrumbButton

상속: System.Windows.Controls.HeaderedItemsControl
파일 보기 프로젝트 열기: Gainedge/BetterExplorer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DropDownContentTemplateProperty System.Windows.DependencyProperty
EnableVisualButtonStyleProperty System.Windows.DependencyProperty
IsButtonVisibleProperty System.Windows.DependencyProperty
IsDropDownPressedProperty System.Windows.DependencyProperty
IsDropDownVisibleProperty System.Windows.DependencyProperty
IsImageVisibleProperty System.Windows.DependencyProperty
IsPressedProperty System.Windows.DependencyProperty
ModeProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
GetCursorPosition ( ) : Point
OnApplyTemplate ( ) : void

보호된 메소드들

메소드 설명
OnMouseEnter ( System.Windows.Input.MouseEventArgs e ) : void

Focus this BreadcrumbButton if the focus is currently within the BreadcrumbBar where this BreadcrumbButton is embedded:

OnMouseLeave ( System.Windows.Input.MouseEventArgs e ) : void
OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
OnMouseUp ( System.Windows.Input.MouseButtonEventArgs e ) : void
OnOverflowPressedChanged ( ) : void

비공개 메소드들

메소드 설명
BreadcrumbButton ( ) : System
GetCursorPos ( POINT &lpPoint ) : bool
OpenOverflowCommandCanExecute ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
OpenOverflowCommandExecuted ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
OverflowPressedChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
SelectCommandExecuted ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
SelectedItemChangedEvent ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
contextMenu_Opened ( object sender, RoutedEventArgs e ) : void
dropDownBtn_MouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
item_Click ( object sender, RoutedEventArgs e ) : void

메소드 상세

GetCursorPosition() 공개 정적인 메소드

public static GetCursorPosition ( ) : Point
리턴 Point

OnApplyTemplate() 공개 메소드

public OnApplyTemplate ( ) : void
리턴 void

OnMouseEnter() 보호된 메소드

Focus this BreadcrumbButton if the focus is currently within the BreadcrumbBar where this BreadcrumbButton is embedded:
protected OnMouseEnter ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
리턴 void

OnMouseLeave() 보호된 메소드

protected OnMouseLeave ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
리턴 void

OnMouseLeftButtonDown() 보호된 메소드

protected OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
리턴 void

OnMouseUp() 보호된 메소드

protected OnMouseUp ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
리턴 void

OnOverflowPressedChanged() 보호된 메소드

protected OnOverflowPressedChanged ( ) : void
리턴 void

프로퍼티 상세

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

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

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

Gets or sets whether to use visual background style on MouseOver and/or MouseDown.
public static DependencyProperty,System.Windows EnableVisualButtonStyleProperty
리턴 System.Windows.DependencyProperty

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

Gets or sets whether the button is visible.
public static DependencyProperty,System.Windows IsButtonVisibleProperty
리턴 System.Windows.DependencyProperty

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

Gets or sets whether the drop down button is pressed.
public static DependencyProperty,System.Windows IsDropDownPressedProperty
리턴 System.Windows.DependencyProperty

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

Gets or sets whether the drop down button is visible.
public static DependencyProperty,System.Windows IsDropDownVisibleProperty
리턴 System.Windows.DependencyProperty

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

Gets or sets whether the Image is visible
public static DependencyProperty,System.Windows IsImageVisibleProperty
리턴 System.Windows.DependencyProperty

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

Gets or sets whether the button is pressed.
public static DependencyProperty,System.Windows IsPressedProperty
리턴 System.Windows.DependencyProperty

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

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