C# Class AnimatGuiCtrls.Controls.AnimatToolStrip

Inheritance: System.Windows.Forms.ToolStrip
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
AnimatToolStrip ( ) : System
AnimatToolStrip ( 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

AnimatToolStrip() public méthode

public AnimatToolStrip ( ) : System
Résultat System

AnimatToolStrip() public méthode

public AnimatToolStrip ( 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