C# Class Fluent.ContextMenuService

Represents additional context menu service
Mostra file Open project: Gainedge/BetterExplorer Class Usage Examples

Public Methods

Method Description
Attach ( Type type ) : void

Attach needed parameters to control

Coerce ( DependencyObject o ) : void

Coerce control context menu

Private Methods

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

Method Details

Attach() public static method

Attach needed parameters to control
public static Attach ( Type type ) : void
type System.Type
return void

Coerce() public static method

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