Back to Devexpress

MagnifierDialogArgs.PickColorToClipboard Property

windowsforms-devexpress-dot-utils-dot-magnifierdialogargs-50e169b3.md

latest1.2 KB
Original Source

MagnifierDialogArgs.PickColorToClipboard Property

Gets or sets whether or not a color chosen by a user should be automatically copied to the clipboard.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
public bool PickColorToClipboard { get; set; }
vb
Public Property PickColorToClipboard As Boolean

Property Value

TypeDescription
Boolean

true , to copy a selected color to the clipboard; otherwise, false.

|

See Also

MagnifierDialogArgs Class

MagnifierDialogArgs Members

DevExpress.Utils Namespace