KeyModifier EnumerationC# API
Describes key modifiers that can be applied to mouse clicks

Namespace: Facilita.Fc.Citrix
Assembly: fcCitrix (in fcCitrix.dll) Version: 9.5.5.77
Syntax

[FlagsAttribute]
public enum KeyModifier
Members

  Member nameValueDescription
None0 No key modifiers applied
Shift1 Hold down the Shift key when pressing the mouse button
Control2 Hold down the Control key when pressing the mouse button
Alt4 Hold down the Alt key when pressing the mouse button
Extended8 Hold down the Extended key when pressing the mouse button
See Also