Click or drag to resize

EngineListViewDragData Class

Inheritance Hierarchy
SystemObject
  System.Windows.FormsDataObject
    NeoAxis.EditorEngineListViewDragData

Namespace: NeoAxis.Editor
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public class DragData : DataObject

The EngineListViewDragData type exposes the following members.

Constructors
 NameDescription
Public methodEngineListViewDragDataInitializes a new instance of the EngineListViewDragData class
Top
Methods
 NameDescription
Public methodContainsAudioIndicates whether the data object contains data in the WaveAudio format.
(Inherited from DataObject)
Public methodContainsFileDropListIndicates whether the data object contains data that is in the FileDrop format or can be converted to that format.
(Inherited from DataObject)
Public methodContainsImageIndicates whether the data object contains data that is in the Bitmap format or can be converted to that format.
(Inherited from DataObject)
Public methodContainsTextIndicates whether the data object contains data in the UnicodeText format.
(Inherited from DataObject)
Public methodContainsText(TextDataFormat)Indicates whether the data object contains text data in the format indicated by the specified TextDataFormat value.
(Inherited from DataObject)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetAudioStreamRetrieves an audio stream from the data object.
(Inherited from DataObject)
Public methodGetData(String)Returns the data associated with the specified data format.
(Inherited from DataObject)
Obsolete
Public methodGetData(Type)Returns the data associated with the specified class type format.
(Inherited from DataObject)
Obsolete
Public methodGetData(String, Boolean)Returns the data associated with the specified data format, using an automated conversion parameter to determine whether to convert the data to the format.
(Inherited from DataObject)
Obsolete
Public methodGetDataPresent(String)Determines whether data stored in this DataObject is associated with, or can be converted to, the specified format.
(Inherited from DataObject)
Public methodGetDataPresent(Type)Determines whether data stored in this DataObject is associated with, or can be converted to, the specified format.
(Inherited from DataObject)
Public methodGetDataPresent(String, Boolean)Determines whether this DataObject contains data in the specified format or, optionally, contains data that can be converted to the specified format.
(Inherited from DataObject)
Public methodGetFileDropListRetrieves a collection of file names from the data object.
(Inherited from DataObject)
Public methodGetFormatsReturns a list of all formats that data stored in this DataObject is associated with or can be converted to.
(Inherited from DataObject)
Public methodGetFormats(Boolean)Returns a list of all formats that data stored in this DataObject is associated with or can be converted to, using an automatic conversion parameter to determine whether to retrieve only native data formats or all formats that the data can be converted to.
(Inherited from DataObject)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetImageRetrieves an image from the data object.
(Inherited from DataObject)
Public methodGetTextRetrieves text data from the data object in the UnicodeText format.
(Inherited from DataObject)
Public methodGetText(TextDataFormat)Retrieves text data from the data object in the format indicated by the specified TextDataFormat value.
(Inherited from DataObject)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodSetAudio(Byte)Adds a Byte array to the data object in the WaveAudio format after converting it to a Stream.
(Inherited from DataObject)
Public methodSetAudio(Stream)Adds a Stream to the data object in the WaveAudio format.
(Inherited from DataObject)
Public methodSetData(Object)Adds the specified object to the DataObject using the object type as the data format.
(Inherited from DataObject)
Public methodSetData(String, Object)Adds the specified object to the DataObject using the specified format.
(Inherited from DataObject)
Public methodSetData(Type, Object)Adds the specified object to the DataObject using the specified type as the format.
(Inherited from DataObject)
Public methodSetData(String, Boolean, Object)Adds the specified object to the DataObject using the specified format and indicating whether the data can be converted to another format.
(Inherited from DataObject)
Public methodSetDataAsJsonT(T)
(Inherited from DataObject)
Public methodSetDataAsJsonT(String, T)
(Inherited from DataObject)
Public methodSetFileDropListAdds a collection of file names to the data object in the FileDrop format.
(Inherited from DataObject)
Public methodSetImageAdds an Image to the data object in the Bitmap format.
(Inherited from DataObject)
Public methodSetText(String)Adds text data to the data object in the UnicodeText format.
(Inherited from DataObject)
Public methodSetText(String, TextDataFormat)Adds text data to the data object in the format indicated by the specified TextDataFormat value.
(Inherited from DataObject)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodTryGetDataT(T)
(Inherited from DataObject)
Public methodTryGetDataT(String, T)
(Inherited from DataObject)
Public methodTryGetDataT(String, Boolean, T)
(Inherited from DataObject)
Public methodTryGetDataT(String, FuncTypeName, Type, Boolean, T)
(Inherited from DataObject)
Protected methodTryGetDataCoreT
(Inherited from DataObject)
Top
Fields
 NameDescription
Public fieldItems 
Public fieldListView 
Top
Extension Methods
 NameDescription
Public Extension MethodMethodInvoke Calls the object method by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGet Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGetT Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertySet Sets the value of the object property by name.
(Defined by ObjectEx)
Top
See Also