C# Class Smrf.AppLib.MenuUtil

Menu utility methods.
This class contains utility methods for dealing with menus. All methods are static.
Show file Open project: 2014-sed-team3/term-project

Public Methods

Method Description
EnableAllDescendentToolStripMenuItems ( System.Boolean bEnable, ToolStripMenuItem oParentToolStripMenuItem ) : void
EnableMenuItems ( System.Boolean bEnable ) : void
EnableToolStripMenuItems ( System.Boolean bEnable ) : void
GetMenuPath ( ) : String

Private Methods

Method Description
MenuUtil ( ) : System

Method Details

EnableAllDescendentToolStripMenuItems() public static method

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

EnableMenuItems() public static method

public static EnableMenuItems ( System.Boolean bEnable ) : void
bEnable System.Boolean
return void

EnableToolStripMenuItems() public static method

public static EnableToolStripMenuItems ( System.Boolean bEnable ) : void
bEnable System.Boolean
return void

GetMenuPath() public static method

public static GetMenuPath ( ) : String
return String