Contains classes for controlling Citrix clients
Classes
| Class | Description | |
|---|---|---|
| CitrixEvent |
Describes an event that can occur in a Citrix client
| |
| CitrixVirtualUser |
Represents a single Citrix Virtual User
| |
| CitrixVirtualUserInitialiser |
Used internally to initialise Citrix Virtual Users
| |
| CitrixVirtualUserScript |
A script that controls a Citrix client
| |
| ClickFoundLocationEvent |
Internal use only
| |
| ClickImageEvent |
Internal use only
| |
| CloseCitrixClientEvent |
The event that is raised when the Citrix client is closed
| |
| CommentEvent |
Internal use only
| |
| ConnectedEvent |
The event that is raised when a Citrix client connects to the server
| |
| ConnectEvent |
The event that is raised when a Citrix client tries to connect to the server
| |
| ConnectFailedEvent |
The event that is raised when a Citrix client fails to connect to the server
| |
| DisconnectedEvent |
The event that is raised when a Citrix client disconnects from the server
| |
| DisconnectEvent |
The event that is raised when a Citrix client tries to disconnect from the server
| |
| DisconnectFailedEvent |
The event that is raised when a Citrix client fails to disconnect from the server
| |
| DoubleClickImageEvent |
Internal use only
| |
| EndTransactionEvent |
Internal use only
| |
| GlobalMouseHandler |
Internal use only
| |
| ImageEvent |
Internal use only
| |
| ImageInfo |
Provides meta-data about an image
| |
| KeyDownEvent |
The event that is raised when a key on the keyboard is pressed down
| |
| KeyEvent |
Base class for key events
| |
| KeyUpEvent |
The event that is raised when a key on the keyboard is released
| |
| LoadIcaFileEvent |
The event that is raised when an ICA file is loaded
| |
| MouseDoubleClickEvent |
The event that is raised when a mouse button is double-clicked
| |
| MouseDownEvent |
The event that is raised when a mouse button is pressed
| |
| MouseMoveEvent |
The event that is raised when the mouse is moved
| |
| MouseMoveToImageEvent |
Internal use only
| |
| MouseUpEvent |
The event that is raised when a mouse button is released
| |
| PingAcknowledgeEvent |
The event that is raised when a Citrix client receives an acknowledgement of a ping from the server.
| |
| PingEvent |
The event that is raised when a Citrix client pings the server
| |
| RightClickImageEvent |
Internal use only
| |
| ScreenUpdateEvent |
The event that is raised when the screen is updated
| |
| SetAddressEvent |
The event that is raised when the Address of the Citrix client is set
| |
| SetApplicationEvent |
The event that is raised when the Application of the Citrix client is set
| |
| SetDefaultTimeoutEvent |
Internal use only
| |
| SetIcaPropertyEvent |
The event that is raised when an ICA property value is set
| |
| SetProgressPointEvent |
Internal use only
| |
| StartCitrixClientEvent |
The event that is raised when the Citrix client is started
| |
| StartTransactionEvent |
Internal use only
| |
| WaitForImageEvent |
Internal use only
| |
| WaitForScreenMatchEvent |
Internal use only
| |
| WindowActivateEvent |
The event that is raised when a window is activated
| |
| WindowCaptionChangeEvent |
The event that is raised when a window's caption changes
| |
| WindowCreateEvent |
The event that is raised when a new window is created
| |
| WindowDeactivateEvent |
The event that is raised when a window is deactivated
| |
| WindowDestroyEvent |
The event that is raised when a window is destroyed
| |
| WindowEvent |
Base class for windows events
| |
| WindowForegroundEvent |
The event that is raised when a window is moved to the foreground
| |
| WindowLargeIconChangeEvent |
The event that is raised when the large icon of a window changes
| |
| WindowMinimizeEvent |
The event that is raised when a window is minimized
| |
| WindowMoveEvent |
The event that is raised when a window is moved
| |
| WindowSizeEvent |
The event that is raised when a window changes size
| |
| WindowSmallIconChangeEvent |
The event that is raised when the small icon of a window changes
| |
| WindowStyleChangeEvent |
The event that is raised when the style of a window is changed
| |
| WriteMessageEvent |
Internal use only
|
Delegates
| Delegate | Description | |
|---|---|---|
| MouseMovedEvent |
Internal use only
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| CitrixEventType |
Citrix Event Types. For internal use
| |
| KeyModifier |
Describes key modifiers that can be applied to mouse clicks
| |
| MouseButton |
Describes the available mouse buttons
| |
| WindowCaptionMatchType |
Describes how to match on a window caption
| |
| WindowEvents |
Events raised by the Citrix client
|