| Member | Description |
|---|---|
Constructor |
Default constructor. |
DropDownMenuClick |
This event is raised whenever an item on the drop down menu is clicked. |
DropDownMenuRefresh |
This event is raised whenever the dropdrown needs to be refreshed. |
AddMenuItem |
public void AddMenuItem( DropDownMenuItem newMenu ); |
CheckMenuItem |
Marks a MenuItem as "checked", according to the PK that was passed in. public void CheckMenuItem( Guid pkToCheck ); |
CleanMenu |
Cleans up all the items in the menu. public void CleanMenu(); |
GetCheckedMenuItem |
Gets the first MenuItem that's "checked". Even though a menu might have multiple "checked" items, public DropDownMenuItem GetCheckedMenuItem(); |
UncheckMenuItems |
Iterate through all menu items and "uncheck" whatever "checked" item. public void UncheckMenuItems(); |
DrawDownArrow |
Gets or Sets the flag that determines whether or not the down arrow must be drawn on the button's surface. |