Class TouchDropDownMenu

This class mimics Outlook's dropdown that drops a menu once we've clicked a button.

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Windows.Forms.Control
        EPS.Windows.Forms.TouchScreen.TouchButton
          EPS.Windows.Forms.TouchScreen.TouchDropDownMenu

public class TouchDropDownMenu : TouchButton

Class Members

MemberDescription
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.

Requirements

Namespace: EPS.Windows.Forms.TouchScreen
Assembly: TOUCHSCREENSIMPLEUI.DLL


  Last Updated: 5/23/2007 | © , 2007