C# Class Smrf.AppLib.MenuUtil

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

Méthodes publiques

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

Private Methods

Méthode Description
MenuUtil ( ) : System

Method Details

EnableAllDescendentToolStripMenuItems() public static méthode

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

EnableMenuItems() public static méthode

public static EnableMenuItems ( System.Boolean bEnable ) : void
bEnable System.Boolean
Résultat void

EnableToolStripMenuItems() public static méthode

public static EnableToolStripMenuItems ( System.Boolean bEnable ) : void
bEnable System.Boolean
Résultat void

GetMenuPath() public static méthode

public static GetMenuPath ( ) : String
Résultat String