C# Class Xceed.Wpf.Toolkit.Core.Utilities.ContextMenuUtilities

Datei anzeigen Open project: Gainedge/BetterExplorer

Public Properties

Property Type Description
OpenOnMouseLeftButtonClickProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetOpenOnMouseLeftButtonClick ( FrameworkElement element ) : bool
OpenOnMouseLeftButtonClickChanged ( DependencyObject sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
SetOpenOnMouseLeftButtonClick ( FrameworkElement element, bool value ) : void

Method Details

GetOpenOnMouseLeftButtonClick() public static method

public static GetOpenOnMouseLeftButtonClick ( FrameworkElement element ) : bool
element System.Windows.FrameworkElement
return bool

OpenOnMouseLeftButtonClickChanged() public static method

public static OpenOnMouseLeftButtonClickChanged ( DependencyObject sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
sender System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
return void

SetOpenOnMouseLeftButtonClick() public static method

public static SetOpenOnMouseLeftButtonClick ( FrameworkElement element, bool value ) : void
element System.Windows.FrameworkElement
value bool
return void

Property Details

OpenOnMouseLeftButtonClickProperty public_oe static_oe property

public static DependencyProperty,System.Windows OpenOnMouseLeftButtonClickProperty
return System.Windows.DependencyProperty