C# Class Xceed.Wpf.Toolkit.DropDownButton

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

Méthodes publiques

Свойство Type Description
ClickEvent System.Windows.RoutedEvent
ClosedEvent System.Windows.RoutedEvent
CommandParameterProperty System.Windows.DependencyProperty
CommandProperty System.Windows.DependencyProperty
CommandTargetProperty System.Windows.DependencyProperty
DropDownContentProperty System.Windows.DependencyProperty
IsOpenProperty System.Windows.DependencyProperty
OpenedEvent System.Windows.RoutedEvent

Private Properties

Свойство Type Description
CanExecuteChanged void
CanExecuteChanged void
CloseDropDown void
DropDownButton System
DropDownButton_Click void
HookUpCommand void
OnCommandChanged void
OnDropDownContentChanged void
OnIsOpenChanged void
OnKeyDown void
OnMouseDownOutsideCapturedElement void
Popup_Opened void
RaiseCommand void
RaiseRoutedEvent void
UnhookCommand void

Méthodes publiques

Méthode Description
OnApplyTemplate ( ) : void

Méthodes protégées

Méthode Description
OnClick ( ) : void
OnCommandChanged ( ICommand oldValue, ICommand newValue ) : void
OnDropDownContentChanged ( object oldValue, object newValue ) : void
OnIsOpenChanged ( bool oldValue, bool newValue ) : void

Private Methods

Méthode Description
CanExecuteChanged ( ) : void
CanExecuteChanged ( object sender, EventArgs e ) : void
CloseDropDown ( bool isFocusOnButton ) : void

Closes the drop down.

DropDownButton ( ) : System
DropDownButton_Click ( object sender, RoutedEventArgs e ) : void
HookUpCommand ( ICommand oldCommand, ICommand newCommand ) : void

Hooks up a command to the CanExecuteChnaged event handler.

OnCommandChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnDropDownContentChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnIsOpenChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnKeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void
OnMouseDownOutsideCapturedElement ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
Popup_Opened ( object sender, EventArgs e ) : void
RaiseCommand ( ) : void

Raises the command's Execute event.

RaiseRoutedEvent ( System.Windows.RoutedEvent routedEvent ) : void

Raises routed events.

UnhookCommand ( ICommand oldCommand, ICommand newCommand ) : void

Unhooks a command from the Command property.

Method Details

OnApplyTemplate() public méthode

public OnApplyTemplate ( ) : void
Résultat void

OnClick() protected méthode

protected OnClick ( ) : void
Résultat void

OnCommandChanged() protected méthode

protected OnCommandChanged ( ICommand oldValue, ICommand newValue ) : void
oldValue ICommand
newValue ICommand
Résultat void

OnDropDownContentChanged() protected méthode

protected OnDropDownContentChanged ( object oldValue, object newValue ) : void
oldValue object
newValue object
Résultat void

OnIsOpenChanged() protected méthode

protected OnIsOpenChanged ( bool oldValue, bool newValue ) : void
oldValue bool
newValue bool
Résultat void

Property Details

ClickEvent public_oe static_oe property

public static RoutedEvent,System.Windows ClickEvent
Résultat System.Windows.RoutedEvent

ClosedEvent public_oe static_oe property

public static RoutedEvent,System.Windows ClosedEvent
Résultat System.Windows.RoutedEvent

CommandParameterProperty public_oe static_oe property

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

CommandProperty public_oe static_oe property

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

CommandTargetProperty public_oe static_oe property

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

DropDownContentProperty public_oe static_oe property

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

IsOpenProperty public_oe static_oe property

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

OpenedEvent public_oe static_oe property

public static RoutedEvent,System.Windows OpenedEvent
Résultat System.Windows.RoutedEvent