EngineListViewDragData Class |
Namespace: NeoAxis.Editor
public class DragData : DataObject
The EngineListViewDragData type exposes the following members.
Name | Description | |
---|---|---|
EngineListViewDragData | Initializes a new instance of the EngineListViewDragData class |
Name | Description | |
---|---|---|
ContainsAudio | Indicates whether the data object contains data in the WaveAudio format. (Inherited from DataObject.) | |
ContainsFileDropList | Indicates whether the data object contains data that is in the FileDrop format or can be converted to that format. (Inherited from DataObject.) | |
ContainsImage | Indicates whether the data object contains data that is in the Bitmap format or can be converted to that format. (Inherited from DataObject.) | |
ContainsText | Indicates whether the data object contains data in the UnicodeText format. (Inherited from DataObject.) | |
ContainsText(TextDataFormat) | Indicates whether the data object contains text data in the format indicated by the specified TextDataFormat value. (Inherited from DataObject.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetAudioStream | Retrieves an audio stream from the data object. (Inherited from DataObject.) | |
GetData(String) | Returns the data associated with the specified data format. (Inherited from DataObject.) | |
GetData(Type) | Returns the data associated with the specified class type format. (Inherited from DataObject.) | |
GetData(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.) | |
GetDataPresent(Type) | Determines whether data stored in this DataObject is associated with, or can be converted to, the specified format. (Inherited from DataObject.) | |
GetDataPresent(String) | Determines whether data stored in this DataObject is associated with, or can be converted to, the specified format. (Inherited from DataObject.) | |
GetDataPresent(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.) | |
GetFileDropList | Retrieves a collection of file names from the data object. (Inherited from DataObject.) | |
GetFormats | Returns a list of all formats that data stored in this DataObject is associated with or can be converted to. (Inherited from DataObject.) | |
GetFormats(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.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetImage | Retrieves an image from the data object. (Inherited from DataObject.) | |
GetText | Retrieves text data from the data object in the UnicodeText format. (Inherited from DataObject.) | |
GetText(TextDataFormat) | Retrieves text data from the data object in the format indicated by the specified TextDataFormat value. (Inherited from DataObject.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SetAudio(Byte) | (Inherited from DataObject.) | |
SetAudio(Stream) | (Inherited from DataObject.) | |
SetData(Object) | Adds the specified object to the DataObject using the object type as the data format. (Inherited from DataObject.) | |
SetData(String, Object) | Adds the specified object to the DataObject using the specified format. (Inherited from DataObject.) | |
SetData(Type, Object) | Adds the specified object to the DataObject using the specified type as the format. (Inherited from DataObject.) | |
SetData(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.) | |
SetFileDropList | Adds a collection of file names to the data object in the FileDrop format. (Inherited from DataObject.) | |
SetImage | (Inherited from DataObject.) | |
SetText(String) | Adds text data to the data object in the UnicodeText format. (Inherited from DataObject.) | |
SetText(String, TextDataFormat) | Adds text data to the data object in the format indicated by the specified TextDataFormat value. (Inherited from DataObject.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx.) | |
PropertyGet(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
PropertyGetT(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx.) |