Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 790 Bytes

clipboardcontentoptions_isroamable.md

File metadata and controls

27 lines (19 loc) · 790 Bytes
-api-id -api-type ms.custom
P:Windows.ApplicationModel.DataTransfer.ClipboardContentOptions.IsRoamable
winrt property
RS5

Windows.ApplicationModel.DataTransfer.ClipboardContentOptions.IsRoamable

-description

Gets or sets a value that indicates whether the new content being added to the clipboard can be synced to other devices.

-property-value

True if the new content being added to the clipboard can be synced to other devices; otherwise, false.

-remarks

The default value of this property is true.

Clipboard roaming must be enabled for this property to have an effect.

-see-also

Clipboard.IsRoamingEnabled

-examples