combit List & Label 29 - .NET Help
combit.Reporting Namespace / DesignerAction Class
Properties Methods Events

In This Topic
    DesignerAction Class Members
    In This Topic

    The following tables list the members exposed by DesignerAction.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public Property

    Add a command button to the toolbar in addition to the menu item.

     
    Public Property

    Icon-ID for the command button. Will only be evaluated if the flag LLDESADDACTIONFLAG_ADD_TO_TOOLBAR is set. Use the program IconSelector.exe (in the Tools directory) to see the list of available icons with their IDs.

     
    Public PropertyDefines if the menu item is inserted before or after the entry specified in MenuHierarchy.  
    Public Property

    Menu hierarchy of the new menu item. The description is given in the form of "<Level>.<Level>…" whereby "Level" is always the 0-based index of the menu entry. For example, to insert a new entry in the first place in the "Edit" menu, use "1.0" and LLDESADDACTION_MENUITEM_INSERT.

     
    Public Property

    Menu text without a keyboard shortcut (this will be added automatically). You can however, use the "&" symbol to allocate the shortcuts for menu navigation. Use "." as a hierarchy separator to create submenu items. For example, in order to create a Menu "Draft" with a sub-point "Invoices", use "Draft.Invoices" as a menu text.

     
    Public Property

    Optional Keycode as a Shortcut and a combination of the following flags as modifiers:

    Value

    Meaning

    LLDESADDACTION_ACCEL_CONTROL

    Keyboard shortcut is CTRL+Keycode.

    LLDESADDACTION_ACCEL_SHIFT

    Keyboard shortcut is SHIFT+Keycode.

    LLDESADDACTION_ACCEL_ALT

    Keyboard shortcut is ALT+Keycode.

    LLDESADDACTION_ACCEL_VIRTKEY

    Should always be set.

     
    Public Property

    Text for the tooltip on the toolbar command button. Will only be evaluated if the flag LLDESADDACTIONFLAG_ADD_TO_TOOLBAR is set. May be NULL.

     
    Top
    Public Methods
    Public Events
     NameDescription
    Public EventIs called when the user triggered an action.  
    Public EventIs called when the toolbar is refreshed. With this event you can define the state of the action.  
    Top
    See Also