Class DropTargetObject
Inheritance
DropTargetObject
Assembly: SuperOffice.CRMWeb.dll
Syntax
public class DropTargetObject : IDropTarget
Constructors
DropTargetObject(IDropTarget)
Declaration
public DropTargetObject(IDropTarget dropTarget)
Parameters
Properties
AllowDrop
Declaration
public bool AllowDrop { get; set; }
Property Value
ClientID
Declaration
public string ClientID { get; }
Property Value
ContextObject
Declaration
public ContextBase ContextObject { get; set; }
Property Value
ContextTypes
Declaration
public string[] ContextTypes { get; set; }
Property Value
OnDropCallbackFunction
Declaration
public string OnDropCallbackFunction { get; }
Property Value
OnMouseEnterCallbackFunction
Declaration
public string OnMouseEnterCallbackFunction { get; }
Property Value
Implements