C# 클래스 Smrf.AppLib.MenuUtil

Menu utility methods.
This class contains utility methods for dealing with menus. All methods are static.
파일 보기 프로젝트 열기: 2014-sed-team3/term-project

공개 메소드들

메소드 설명
EnableAllDescendentToolStripMenuItems ( System.Boolean bEnable, ToolStripMenuItem oParentToolStripMenuItem ) : void
EnableMenuItems ( System.Boolean bEnable ) : void
EnableToolStripMenuItems ( System.Boolean bEnable ) : void
GetMenuPath ( ) : String

비공개 메소드들

메소드 설명
MenuUtil ( ) : System

메소드 상세

EnableAllDescendentToolStripMenuItems() 공개 정적인 메소드

public static EnableAllDescendentToolStripMenuItems ( System.Boolean bEnable, ToolStripMenuItem oParentToolStripMenuItem ) : void
bEnable System.Boolean
oParentToolStripMenuItem System.Windows.Forms.ToolStripMenuItem
리턴 void

EnableMenuItems() 공개 정적인 메소드

public static EnableMenuItems ( System.Boolean bEnable ) : void
bEnable System.Boolean
리턴 void

EnableToolStripMenuItems() 공개 정적인 메소드

public static EnableToolStripMenuItems ( System.Boolean bEnable ) : void
bEnable System.Boolean
리턴 void

GetMenuPath() 공개 정적인 메소드

public static GetMenuPath ( ) : String
리턴 String