C# Class FirstFloor.ModernUI.Windows.Controls.InheritingContextMenu

Inheritance: System.Windows.Controls.ContextMenu
ファイルを表示 Open project: gro-ove/actools Class Usage Examples

Public Properties

Property Type Description
OptionInsertInFront bool

Public Methods

Method Description
InheritingContextMenu ( ) : System

Protected Methods

Method Description
OnClosed ( RoutedEventArgs e ) : void
OnOpened ( RoutedEventArgs e ) : void

Private Methods

Method Description
RemoveTemporary ( ) : void

Method Details

InheritingContextMenu() public method

public InheritingContextMenu ( ) : System
return System

OnClosed() protected method

protected OnClosed ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
return void

OnOpened() protected method

protected OnOpened ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
return void

Property Details

OptionInsertInFront public_oe static_oe property

public static bool OptionInsertInFront
return bool