Show / Hide Table of Contents

Class DropTargetObject

Inheritance
Object
DropTargetObject
Implements
IDropTarget
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Web.UI.ScriptObjects
Assembly: SuperOffice.CRMWeb.dll
Syntax
public class DropTargetObject : IDropTarget

Constructors

DropTargetObject(IDropTarget)

Declaration
public DropTargetObject(IDropTarget dropTarget)
Parameters
Type Name Description
IDropTarget dropTarget

Properties

AllowDrop

Declaration
public bool AllowDrop { get; set; }
Property Value
Type Description
Boolean

ClientID

Declaration
public string ClientID { get; }
Property Value
Type Description
String

ContextObject

Declaration
public ContextBase ContextObject { get; set; }
Property Value
Type Description
ContextBase

ContextTypes

Declaration
public string[] ContextTypes { get; set; }
Property Value
Type Description
String[]

OnDropCallbackFunction

Declaration
public string OnDropCallbackFunction { get; }
Property Value
Type Description
String

OnMouseEnterCallbackFunction

Declaration
public string OnMouseEnterCallbackFunction { get; }
Property Value
Type Description
String

Implements

IDropTarget
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top