C# 클래스 AnimatGuiCtrls.Controls.AnimatMenuStrip

상속: System.Windows.Forms.MenuStrip
파일 보기 프로젝트 열기: NeuroRoboticTech/AnimatLabPublicSource

보호된 프로퍼티들

프로퍼티 타입 설명
m_Security AnimatGuiCtrls.Security.SecurityManager
m_strToolName string

공개 메소드들

메소드 설명
AnimatMenuStrip ( ) : System
AnimatMenuStrip ( string strToolName, SecurityManager security ) : System

보호된 메소드들

메소드 설명
OnItemAdded ( System.Windows.Forms.ToolStripItemEventArgs e ) : void
SecurityExclude ( ToolStripItem item ) : bool

메소드 상세

AnimatMenuStrip() 공개 메소드

public AnimatMenuStrip ( ) : System
리턴 System

AnimatMenuStrip() 공개 메소드

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

OnItemAdded() 보호된 메소드

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

SecurityExclude() 보호된 메소드

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

프로퍼티 상세

m_Security 보호되어 있는 프로퍼티

protected SecurityManager,AnimatGuiCtrls.Security m_Security
리턴 AnimatGuiCtrls.Security.SecurityManager

m_strToolName 보호되어 있는 프로퍼티

protected string m_strToolName
리턴 string