Class HotkeyHelper
Assembly: CAMIPC.DotnetHelper.dll
Syntax
public static class HotkeyHelper
Methods
GetCaption(ComWrapper<ICamIpcHotkey>)
Human-readable label of the binding.
Declaration
public static string GetCaption(this ComWrapper<ICamIpcHotkey> hotkeyCom)
Parameters
Returns
GetEnabled(ComWrapper<ICamIpcHotkey>)
Whether the binding is dispatched when its shortcut is pressed.
Declaration
public static bool GetEnabled(this ComWrapper<ICamIpcHotkey> hotkeyCom)
Parameters
Returns
GetShortcut(ComWrapper<ICamIpcHotkey>)
Key chord in Delphi text form (e.g. "Ctrl+Shift+K").
Declaration
public static string GetShortcut(this ComWrapper<ICamIpcHotkey> hotkeyCom)
Parameters
Returns
IsReserved(ComWrapper<ICamIpcHotkey>)
True for a host-reserved binding harvested from a native application shortcut.
Declaration
public static bool IsReserved(this ComWrapper<ICamIpcHotkey> hotkeyCom)
Parameters
Returns
SetCaption(ComWrapper<ICamIpcHotkey>, string)
Set the human-readable label of the binding.
Declaration
public static void SetCaption(this ComWrapper<ICamIpcHotkey> hotkeyCom, string caption)
Parameters
SetEnabled(ComWrapper<ICamIpcHotkey>, bool)
Enable or disable dispatching of the binding.
Declaration
public static void SetEnabled(this ComWrapper<ICamIpcHotkey> hotkeyCom, bool enabled)
Parameters