Click or drag to resize
DragAndDropExtender Methods

The DragAndDropExtender type exposes the following members.

Methods
  NameDescription
Public methodDispose (Inherited from ExtenderControlBase.)
Public methodEnsureValid (Inherited from ExtenderControlBase.)
Public methodFindControl (Inherited from ExtenderControlBase.)
Protected methodFindControlHelper (Inherited from ExtenderControlBase.)
Protected methodGetClientID (Inherited from ExtenderControlBase.)
Protected methodGetPropertyBoolValue Obsolete. (Inherited from ExtenderControlBase.)
Protected methodGetPropertyIntValue Obsolete. (Inherited from ExtenderControlBase.)
Protected methodGetPropertyStringValue Obsolete. (Inherited from ExtenderControlBase.)
Protected methodGetPropertyValue``1 (Inherited from ExtenderControlBase.)
Protected methodGetScriptDescriptors (Inherited from ExtenderControlBase.)
Protected methodGetScriptReferences (Inherited from ExtenderControlBase.)
Protected methodCheckIfValid (Inherited from ExtenderControlBase.)
Protected methodOnInit (Inherited from ExtenderControlBase.)
Protected methodOnLoad (Inherited from ExtenderControlBase.)
Protected methodOnPreRender
PreRender event handler
(Overrides ExtenderControlBase.OnPreRender(EventArgs).)
Protected methodOnResolveControlID (Inherited from ExtenderControlBase.)
Protected methodPage_PreRenderComplete
PreRenderComplete event handler
Protected methodRender (Inherited from ExtenderControlBase.)
Protected methodRenderInnerScript (Inherited from ExtenderControlBase.)
Protected methodRenderScriptAttributes (Inherited from ExtenderControlBase.)
Public methodResolveControl (Inherited from ExtenderControlBase.)
Protected methodSerializeProperty(PropertyDescriptor) Obsolete. (Inherited from ExtenderControlBase.)
Protected methodSerializeProperty(PropertyDescriptor, Boolean) Obsolete. (Inherited from ExtenderControlBase.)
Protected methodSetPropertyBoolValue Obsolete. (Inherited from ExtenderControlBase.)
Protected methodSetPropertyIntValue Obsolete. (Inherited from ExtenderControlBase.)
Protected methodSetPropertyStringValue Obsolete. (Inherited from ExtenderControlBase.)
Protected methodSetPropertyValue``1 (Inherited from ExtenderControlBase.)
Public methodShouldSerializeClientStateFieldID (Inherited from ExtenderControlBase.)
Top
Extension Methods
  NameDescription
Public Extension MethodCallHandled
Calls the method handled by the exception handler. If the call doesn't succeed, the problem is reported through parent IExceptionHandler control instead of throwing unhandled exception for the entire page. Returns true, if the call succeeded, otherwise returns false.
(Defined by ControlsExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by ControlsExtensions.)
Top
See Also