Class GetClipboardDataTypeArgs
Arguments for the GetClipboardDataTypeCommand.
Inherited Members
Namespace: Gorgon.Editor.UI
Assembly: Gorgon.Editor.API.dll
Syntax
public class GetClipboardDataTypeArgs
Properties
| Edit this page View SourceDataType
Property to set or return the type of data on the clipboard.
Declaration
public Type DataType { get; set; }
Property Value
Type | Description |
---|---|
Type |
Remarks
This value will be null if HasData is false.
HasData
Property to return whether the clipboard has any data.
Declaration
public bool HasData { get; }
Property Value
Type | Description |
---|---|
bool |