OleDragEvent.ServerName Property | |
A string representing the OLE server 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 ServerName AS USUAL GET
public virtual Usual ServerName { get; }
Request Example
View SourceProperty Value
Type:
UsualA string representing the OLE server 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