C# Class Odyssey.Controls.BreadcrumbButton

Inheritance: System.Windows.Controls.HeaderedItemsControl
Afficher le fichier Open project: Gainedge/BetterExplorer Class Usage Examples

Méthodes publiques

Свойство Type Description
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

Méthodes publiques

Méthode Description
GetCursorPosition ( ) : Point
OnApplyTemplate ( ) : void

Méthodes protégées

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

GetCursorPosition() public static méthode

public static GetCursorPosition ( ) : Point
Résultat Point

OnApplyTemplate() public méthode

public OnApplyTemplate ( ) : void
Résultat void

OnMouseEnter() protected méthode

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
Résultat void

OnMouseLeave() protected méthode

protected OnMouseLeave ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
Résultat void

OnMouseLeftButtonDown() protected méthode

protected OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
Résultat void

OnMouseUp() protected méthode

protected OnMouseUp ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
Résultat void

OnOverflowPressedChanged() protected méthode

protected OnOverflowPressedChanged ( ) : void
Résultat void

Property Details

DropDownContentTemplateProperty public_oe static_oe property

public static DependencyProperty,System.Windows DropDownContentTemplateProperty
Résultat System.Windows.DependencyProperty

EnableVisualButtonStyleProperty public_oe static_oe property

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

IsButtonVisibleProperty public_oe static_oe property

Gets or sets whether the button is visible.
public static DependencyProperty,System.Windows IsButtonVisibleProperty
Résultat System.Windows.DependencyProperty

IsDropDownPressedProperty public_oe static_oe property

Gets or sets whether the drop down button is pressed.
public static DependencyProperty,System.Windows IsDropDownPressedProperty
Résultat System.Windows.DependencyProperty

IsDropDownVisibleProperty public_oe static_oe property

Gets or sets whether the drop down button is visible.
public static DependencyProperty,System.Windows IsDropDownVisibleProperty
Résultat System.Windows.DependencyProperty

IsImageVisibleProperty public_oe static_oe property

Gets or sets whether the Image is visible
public static DependencyProperty,System.Windows IsImageVisibleProperty
Résultat System.Windows.DependencyProperty

IsPressedProperty public_oe static_oe property

Gets or sets whether the button is pressed.
public static DependencyProperty,System.Windows IsPressedProperty
Résultat System.Windows.DependencyProperty

ModeProperty public_oe static_oe property

public static DependencyProperty,System.Windows ModeProperty
Résultat System.Windows.DependencyProperty