C# Class MonoDevelop.Components.Commands.CommandManager.NSViewCommandRouter

Inheritance: ICommandDelegatorRouter
Mostrar archivo Open project: powerumc/monodevelop_korean

Public Properties

Property Type Description
ActiveView AppKit.NSView
ParentWidget Gtk.Widget

Public Methods

Method Description
GetDelegatedCommandTarget ( ) : object
GetNextCommandTarget ( ) : object

Method Details

GetDelegatedCommandTarget() public method

public GetDelegatedCommandTarget ( ) : object
return object

GetNextCommandTarget() public method

public GetNextCommandTarget ( ) : object
return object

Property Details

ActiveView public_oe property

public AppKit.NSView ActiveView
return AppKit.NSView

ParentWidget public_oe property

public Gtk.Widget ParentWidget
return Gtk.Widget