In This Article

CopyButtonFeedbackKind Enum

Defines how feedback is reported when copying text with the CopyButton control.

[Flags]
public enum CopyButtonFeedbackKind

Fields

Name Description
All

Feedback shown within the control and with a popup.

Inline

Feedback shown within the control.

None

No feedback.

Popup

Feedback shown with a popup.