TAssistantAction Enumeration

Represents type TAssistantAction.

Namespace: System.UI.Assistant
type
 TAssistantAction = (aaAcknowledge, aaCongratulate, aaConfused, aaDecline, aaPleased);

The TAssistantAction type exposes the following members.

Show:
 NameDescription
aaAcknowledge

Represents constant aaAcknowledge.

aaConfused

Represents constant aaConfused.

aaCongratulate

Represents constant aaCongratulate.

aaDecline

Represents constant aaDecline.

aaPleased

Represents constant aaPleased.

Top