[]
Gets or sets how data should be copied to the clipboard. This is a dependency property.
public ClipContent ClipContent { get; set; }
Public Property ClipContent As ClipContent
Type | Description |
---|---|
ClipContent | One of the GrapeCity.Windows.InputMan.ClipContent enumeration values that specifies how data is copied to the clipboard. |
Type | Condition |
---|---|
ArgumentException | When the value is not defined in ClipContent. |