C# Class AnimatGuiCtrls.Controls.AnimatMenuStrip

Inheritance: System.Windows.Forms.MenuStrip
显示文件 Open project: NeuroRoboticTech/AnimatLabPublicSource

Protected Properties

Property Type Description
m_Security AnimatGuiCtrls.Security.SecurityManager
m_strToolName string

Public Methods

Method Description
AnimatMenuStrip ( ) : System
AnimatMenuStrip ( string strToolName, SecurityManager security ) : System

Protected Methods

Method Description
OnItemAdded ( System.Windows.Forms.ToolStripItemEventArgs e ) : void
SecurityExclude ( ToolStripItem item ) : bool

Method Details

AnimatMenuStrip() public method

public AnimatMenuStrip ( ) : System
return System

AnimatMenuStrip() public method

public AnimatMenuStrip ( string strToolName, SecurityManager security ) : System
strToolName string
security AnimatGuiCtrls.Security.SecurityManager
return System

OnItemAdded() protected method

protected OnItemAdded ( System.Windows.Forms.ToolStripItemEventArgs e ) : void
e System.Windows.Forms.ToolStripItemEventArgs
return void

SecurityExclude() protected method

protected SecurityExclude ( ToolStripItem item ) : bool
item System.Windows.Forms.ToolStripItem
return bool

Property Details

m_Security protected_oe property

protected SecurityManager,AnimatGuiCtrls.Security m_Security
return AnimatGuiCtrls.Security.SecurityManager

m_strToolName protected_oe property

protected string m_strToolName
return string