C# Class AnimatGuiCtrls.Controls.AnimatMenuStrip

Inheritance: System.Windows.Forms.MenuStrip
Afficher le fichier Open project: NeuroRoboticTech/AnimatLabPublicSource

Protected Properties

Свойство Type Description
m_Security AnimatGuiCtrls.Security.SecurityManager
m_strToolName string

Méthodes publiques

Méthode Description
AnimatMenuStrip ( ) : System
AnimatMenuStrip ( string strToolName, SecurityManager security ) : System

Méthodes protégées

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

Method Details

AnimatMenuStrip() public méthode

public AnimatMenuStrip ( ) : System
Résultat System

AnimatMenuStrip() public méthode

public AnimatMenuStrip ( string strToolName, SecurityManager security ) : System
strToolName string
security AnimatGuiCtrls.Security.SecurityManager
Résultat System

OnItemAdded() protected méthode

protected OnItemAdded ( System.Windows.Forms.ToolStripItemEventArgs e ) : void
e System.Windows.Forms.ToolStripItemEventArgs
Résultat void

SecurityExclude() protected méthode

protected SecurityExclude ( ToolStripItem item ) : bool
item System.Windows.Forms.ToolStripItem
Résultat bool

Property Details

m_Security protected_oe property

protected SecurityManager,AnimatGuiCtrls.Security m_Security
Résultat AnimatGuiCtrls.Security.SecurityManager

m_strToolName protected_oe property

protected string m_strToolName
Résultat string