C# Класс Smrf.AppLib.MenuUtil

Menu utility methods.
This class contains utility methods for dealing with menus. All methods are static.
Показать файл Открыть проект

Открытые методы

Метод Описание
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