C# Class Fluent.ContextMenuService

Represents additional context menu service
Afficher le fichier Open project: Gainedge/BetterExplorer Class Usage Examples

Méthodes publiques

Méthode Description
Attach ( Type type ) : void

Attach needed parameters to control

Coerce ( DependencyObject o ) : void

Coerce control context menu

Private Methods

Méthode Description
CoerceContextMenu ( DependencyObject d, object basevalue ) : object
OnContextMenuChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

Attach() public static méthode

Attach needed parameters to control
public static Attach ( Type type ) : void
type System.Type
Résultat void

Coerce() public static méthode

Coerce control context menu
public static Coerce ( DependencyObject o ) : void
o System.Windows.DependencyObject Control
Résultat void