InfoConnect API Guide
Attachmate.Reflection.Emulation.Common Namespace / InputMapActionID Enumeration


In This Topic
    InputMapActionID Enumeration
    In This Topic
    Actions that can be mapped to keyboard maps or mouse maps.
    Syntax
    'Declaration
     
    
    Public Enum InputMapActionID 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As InputMapActionID
    public enum InputMapActionID : System.Enum 
    Members
    MemberDescription
    AppointmentActionCreates a new appointment Office document.
    BackHistoryActionNavigates to the previous screen in the screen history sequence. Requires no parameters.
    ClearSelectionActionClears any selection active in the host sesssion document. Requires no parameters.
    ClipboardSettingsActionOpens the Clipboard settings. Requires no parameters.
    CloseActionCloses the current document. Requires no parameters.
    ConnectActionConnects the current host session document to the host. Requires no parameters.
    ContactActionCreates a new contact Office document.
    ContextMenuEditorActionOpens the Context Menu Editor. Requires no parameters.
    CopyActionCopies selected text to the Clipboard. Requires no parameters.
    CopyToBuffer1ActionCopies the selected text to the clipbord and saves a copy of it in one of 4 buffers. This requires one parameter:

    The index (1-4) of the buffer to use

    CopyToBuffer2ActionCopies the selected text to the clipbord and saves a copy of it in one of 4 buffers. This requires one parameter:

    The index (1-4) of the buffer to use

    CopyToBuffer3ActionCopies the selected text to the clipbord and saves a copy of it in one of 4 buffers. This requires one parameter:

    The index (1-4) of the buffer to use

    CopyToBuffer4ActionCopies the selected text to the clipbord and saves a copy of it in one of 4 buffers. This requires one parameter:

    The index (1-4) of the buffer to use

    CreateSplitScreenActionCreates a new Split Screen child view
    CutActionCuts selected text and places it on the Clipboard. Requires no parameters.
    DisconnectActionDisconnects the current host session document from the host. Requires no parameters.
    DocumentPropertiesActionDisplays document settings. Requires no parameters.
    EditCaslMacroActionBrings up the CASL macro editor
    EmailMessageActionCreates a new e-mail message Office document. This action does nothing if the current Office Suite does not support e-mail. Requires no parameters.
    EventUIMapperActionShows the Event UI mapping dialog
    ExitActionQuits InfoConnect. Requires no parameters.
    ExtendSelectionBlockDownActionExtends the selection block down by one row. Requires no parameters.
    ExtendSelectionBlockEndOfLineActionExtends the selection block left to the end of the line. Requires no parameters.
    ExtendSelectionBlockEndOfScreenActionExtends the selection block to the end of the current screen. Requires no parameters.
    ExtendSelectionBlockEndOfWordActionExtends the selection block to the end of the next word. Requires no parameters.
    ExtendSelectionBlockLeftActionExtends the selection block left by one column. Requires no parameters.
    ExtendSelectionBlockRightActionExtends the selection block right by one column. Requires no parameters.
    ExtendSelectionBlockStartOfLineActionExtends the selection block to the start of the line. Requires no parameters.
    ExtendSelectionBlockStartOfScreenActionExtends the selection block to the start of the current screen. Requires no parameters.
    ExtendSelectionBlockStartOfWordActionExtends the selection block to the start of the previous word. Requires no parameters.
    ExtendSelectionBlockUpActionExtends the selection block up by one row. Requires no parameters.
    ExtendSelectionStreamDownActionExtends the selection stream down by one row. Requires no parameters.
    ExtendSelectionStreamEndOfLineActionExtends the selection stream to the start of the previous word. Requires no parameters.
    ExtendSelectionStreamEndOfScreenActionExtends the selection stream to the end of the current screen. Requires no parameters.
    ExtendSelectionStreamEndOfWordActionExtends the selection stream to the end of the next word. Requires no parameters.
    ExtendSelectionStreamLeftActionExtends the selection stream left by one column. Requires no parameters.
    ExtendSelectionStreamRightActionExtends the selection stream right by one column. Requires no parameters.
    ExtendSelectionStreamStartOfLineActionExtends the selection stream to the start of the line. Requires no parameters.
    ExtendSelectionStreamStartOfScreenActionExtends the selection stream to the start of the current screen. Requires no parameters.
    ExtendSelectionStreamStartOfWordActionExtends the selection stream to the start of the previous word. Requires no parameters.
    ExtendSelectionStreamUpActionExtends the selection stream up by one row. Requires no parameters.
    FileTransferActionOpens the File Transfer dialog box to transfer files between your PC and the host. Requires no parameters.
    ForwardHistoryActionNavigates to the next host screen in the screen history sequence. Requires no parameters.
    FtpFileTransferActionOpens the Reflection FTP client for FTP file transfer. Requires no parameters.
    FullScreenViewActionPuts the InfoConnect frame in full screen mode. Requires no parameters.
    GlobalSettingsActionOpens the InfoConnect Desktop global configuration settings. Requires no parameters.
    HelpActionOpens the Help system in a separate window. Requires no parameters.
    HostConnectionSettingsActionOpens the host connection settings configuration. Requires no parameters.
    HotspotsSettingsActionOpens the host session HotSpots settings configuration. Requires no parameters.
    InfoConnectFileTransferSettingsActionBrings up InfoConnect file transfer settings panel.
    KeyboardMapperActionOpens the Keyboard Map editor. Requires no parameters.
    LaunchApplicationActionStarts an external application.
    LaunchPathWizardActionBrings up the InfoConnect Path Wizard
    LaunchSupportWebsiteActionOpens the Attachmate support Web site. Requires no parameters.
    LaunchVbaActionStarts the Visual Basic for Applications Editor. Requires no parameters.
    LayoutCascadeActionRearranges all open document windows in the workspace to overlap in a cascade. Requires no parameters.
    LayoutHorizontalActionRearranges all open document windows in the workspace to be tiled horizontally. Requires no parameters.
    LayoutVerticalActionRearranges all open document windows in the workspace to be tiled vertically. Requires no parameters.
    MacroSecurityActionOpens the API and Macro Security configuration settings. Requires no parameters.
    ManageRibbonSettingsActionOpens the user interface settings for configuring the selected ribbon or classic UI mode file, modifying the current file, or creating a new file. Requires no parameters.
    ManualCaptureActionPerforms a screen capture of the current host screen and adds it to the screen history sequence. Requires no parameters.
    MapKeystrokeActionOpens the Keyboard Map editor. Requires no parameters.
    MouseMapSettingsActionOpens the mouse map settings. Requires no parameters.
    MoveCursorActionMoves the cursor in the host session. Requires no parameters.
    NewDocumentActionCreates a new document in the InfoConnect Desktop frame. Requires no parameters.
    NextDocumentActionMake the next session document or Web page active on an MDI workspace, whether you are viewing your documents as tabs or windows. Or make the next Workspace active if SDI mode is used. Requires no parameters.
    NoteActionCreates a new note Office document.
    OfficeToolsPaneActionDisplays the Office Tools task pane. Requires no parameters.
    OpenActionOpens a document in the InfoConnect frame. Requires one parameter of type string (the full path to the document to be opened).
    OpenURLActionOpens a URL.
    PageSetupActionOpens the Page Setup dialog box for printing. Requires no parameters.
    PasteActionPastes data from the Clipboard to the current cursor position in the host session document. Requires no parameters.
    PasteFromBuffer1ActionRetrieves saved text from one of 4 buffers and places it in the clipboard, then pastes it to the current cursor position in the host session document. This requires one parameter:

    The index (1-4) of the buffer to use

    PasteFromBuffer2ActionRetrieves saved text from one of 4 buffers and places it in the clipboard, then pastes it to the current cursor position in the host session document. This requires one parameter:

    The index (1-4) of the buffer to use

    PasteFromBuffer3ActionRetrieves saved text from one of 4 buffers and places it in the clipboard, then pastes it to the current cursor position in the host session document. This requires one parameter:

    The index (1-4) of the buffer to use

    PasteFromBuffer4ActionRetrieves saved text from one of 4 buffers and places it in the clipboard, then pastes it to the current cursor position in the host session document. This requires one parameter:

    The index (1-4) of the buffer to use

    PreviousDocumentActionMake the previous session document or Web page active on an MDI workspace, whether you are viewing your documents as tabs or windows. Or make the next Workspace active if SDI mode is used. Requires no parameters.
    PrintActionOpens the Print dialog box. Requires no parameters.
    PrintAllSplitScreensQuick prints all Split Screens.
    PrintSetupActionOpens the Print Setup dialog box. Requires no parameters.
    ProductivityFieldSecurityActionToggles productivity field security on/off in the current field. Requires no parameters.
    PTRStatusPaneActionDocks the PTR status view pane.
    QuickPadSettingsActionOpens the QuickPad configuration settings. Requires no parameters.
    QuickPrintActionPrints the current document immediately. Requires no parameters.
    RecentTypingPaneActionOpens the Recent Typing task pane. Requires no parameters.
    RunCaslMacroActionRuns a CASL macro.
    RunHostExplorerMacroActionRuns a HostExplorer macro.
    RunLegacyExtraMacroActionRuns an Extra! macro.
    RunLegacyReflectionMacroActionRuns a legacy Reflection macro.
    RunMacroActionRuns a macro.
    RunPcommMacroActionRuns a IBM Personal Communications macro.
    RunRumbaMacroActionRuns a Micro Focus RUMBA macro.
    RunSupportToolActionRuns a utility to help Attachmate Technical Support collect InfoConnect application data. Requires no parameters.
    SaveActionSaves the current document. Requires no parameters.
    SaveAsActionSaves the current document with a new name or location. Requires no parameters.
    SaveLayoutActionSaves all currently open documents in a layout. Requires no parameters.
    SaveRSFTActionSaves the current document configuration as a template. Requires no parameters.
    ScratchPadPaneActionOpens the Scratch Pad task pane. Requires no parameters.
    ScreenHistoryPaneActionOpens the Screen History task pane. Requires no parameters.
    SelectAllActionSelects all of the text in the current document. Requires no parameters.
    SelectNextSplitScreenActionSelects the next Split Screen view
    SelectNextSplitSessionActionSelects the next Split Screen session
    SelectPreviousSplitScreenActionSelects the previous Split Screen view
    SelectPreviousSplitSessionActionSelects the previous Split Screen session
    SendHostKeyActionTransmits a host key to the host.
    SendHostTextActionSends a string of text to a host session.
    SettingsActionOpens the settings configuration for the current document. Requires no parameters.
    ShowAutoCompleteSettingsActionOpens the Auto Complete settings. Requires no parameters.
    ShowAutoExpandActionOpens the Auto Expand settings. Requires no parameters.
    ShowContextMenuActionOpens a context menu in the current document. Requires no parameters.
    ShowHelpAboutActionOpens the Help/About dialog box. Requires no parameters.
    ShowICPathSettingsActionShows the InfoConnect Path Settings
    ShowLiveScreenActionReturns to the current host session document's current host screen. Requires no parameters.
    ShowMouseMapperActionOpens the Mouse Map editor. Requires no parameters.
    ShowPrivacyFilterActionOpens the Information Privacy configuration settings. Requires no parameters.
    ShowProductivitySettingsActionOpens the Productivity configuration settings. Requires no parameters.
    ShowRecentTypingSettingsActionOpens the Recent Typing configuration settings. Requires no parameters.
    ShowScreenHistorySettingActionOpens Screen History configuration settings. Requires no parameters.
    ShowSpecificContextMenuActionShows a specified context menu. This action requires four parameters:

    The name of the context menu to show, of type string.

    Whether to show the menu at the current mouse cursor position, of type bool.

    The row in the host screen to show the menu at, of type int.

    The column in the host screen to show the menu at, of type int.

    ShowSpellCheckActionOpens the Spell Check configuration settings. Requires no parameters.
    ShowUIDesignerActionOpens the UI Designer application to customize the Ribbon. Requires no parameters.
    SpellCheckFieldActionReviews spelling of text in the current field.
    SpellCheckScreenActionReviews spelling of text in the entire screen.
    StopCaslMacroActionStops a CASL macro.
    StopMacroActionStops the currently running macro, if any, in the current document. Requires no parameters.
    TaskActionCreates a new task Office document.
    TerminalAppearanceSettingsActionOpens the terminal appearance configuration settings. Requires no parameters.
    ThemeSettingsActionOpens the theme configuration settings. Requires no parameters.
    ThemesSoundSettingsActionOpens the sound configuration settings for the current document's theme. Requires no parameters.
    ToggleMacroRecordActionStarts or stops the Macro Recorder. Requires no parameters.
    TogglePauseMacroActionPauses or resumes recording a macro.
    ToggleRibbonStateActionShows or hides the workspace Ribbon.
    ToggleTerminalKeyboardActionShow or hide the on-screen terminal keyboard for the active session.
    VbaMacroDialogActionOpens the Visual Basic for Applications Macro dialog box. Requires no parameters.
    WordDocumentActionCreates a new word-processing document.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Attachmate.Reflection.Emulation.Common.InputMapActionID

    See Also