C# Class Fluent.QuickAccessItemsProvider

The class responds to mine controls for QuickAccessToolBar
Afficher le fichier Open project: Gainedge/BetterExplorer Class Usage Examples

Méthodes publiques

Méthode Description
FindSupportedControl ( Visual visual, Point point ) : FrameworkElement

Finds the top supported control

IsSupported ( UIElement element ) : bool

Determines whether the given control can provide a quick access toolbar item

Private Methods

Méthode Description
GetQuickAccessItem ( UIElement element ) : FrameworkElement

Method Details

FindSupportedControl() public static méthode

Finds the top supported control
public static FindSupportedControl ( Visual visual, Point point ) : FrameworkElement
visual Visual Visual
point Point Point
Résultat System.Windows.FrameworkElement

IsSupported() public static méthode

Determines whether the given control can provide a quick access toolbar item
public static IsSupported ( UIElement element ) : bool
element UIElement Control
Résultat bool