Gorgon
Show / Hide Table of Contents

Class GetClipboardDataTypeArgs

Arguments for the GetClipboardDataTypeCommand.

Inheritance
object
GetClipboardDataTypeArgs
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Gorgon.Editor.UI
Assembly: Gorgon.Editor.API.dll
Syntax
public class GetClipboardDataTypeArgs

Properties

| Edit this page View Source

DataType

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.

| Edit this page View Source

HasData

Property to return whether the clipboard has any data.

Declaration
public bool HasData { get; }
Property Value
Type Description
bool

Extension Methods

GorgonDebugExtensions.ValidateObject<T>(T, string)
GorgonNullExtensions.AsNullable<T>(object)
GorgonNullExtensions.IfNull<T>(object, T)
GorgonNullExtensions.IsNull(object)
  • Edit this page
  • View Source
In this article
Back to top Copyright 2023 - Licensed under the MIT license by Michael Winsor (Tape_Worm).
Send comments on this topic to the author