OleDragEvent.ObjectName Property | |
A string representing the OLE object name. By examining the object and/or server name, the container application can selectively allow or disallow a particular object or server as a drag and drop source.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY ObjectName AS USUAL GET
public virtual Usual ObjectName { get; }
Request Example
View SourceProperty Value
Type:
UsualA string representing the OLE object name. By examining the object and/or server name, the container application can selectively allow or disallow a particular object or server as a drag and drop source.
See Also