C# Class GlueViewOfficialPlugins.Selection.SimpleSelectionLogic

Inheritance: GlueView.Plugin.GlueViewPlugin
Show file Open project: vchelaru/FlatRedBall

Protected Properties

Property Type Description
mContextMenuStrip System.Windows.Forms.ContextMenuStrip
mHighlight FlatRedBall.Glue.ElementRuntimeHighlight
mHighlightedElementRuntime FlatRedBall.Glue.ElementRuntime
mIgnoreNextClick bool

Public Methods

Method Description
ShutDown ( FlatRedBall shutDownReason ) : bool
SimpleSelectionLogic ( ) : System
StartUp ( ) : void

Method Details

ShutDown() public method

public ShutDown ( FlatRedBall shutDownReason ) : bool
shutDownReason FlatRedBall
return bool

SimpleSelectionLogic() public method

public SimpleSelectionLogic ( ) : System
return System

StartUp() public method

public StartUp ( ) : void
return void

Property Details

mContextMenuStrip protected property

protected ContextMenuStrip,System.Windows.Forms mContextMenuStrip
return System.Windows.Forms.ContextMenuStrip

mHighlight protected property

protected ElementRuntimeHighlight,FlatRedBall.Glue mHighlight
return FlatRedBall.Glue.ElementRuntimeHighlight

mHighlightedElementRuntime protected property

protected ElementRuntime,FlatRedBall.Glue mHighlightedElementRuntime
return FlatRedBall.Glue.ElementRuntime

mIgnoreNextClick protected property

protected bool mIgnoreNextClick
return bool