Class SimpleDragDropActionDescriptor
Inheritance
System.Object
SimpleDragDropActionDescriptor
Inherited Members
AutomationDescriptor.InvokeMethod(CodeExpression, Boolean, String, CodeGenerationLanguage, Object[])
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design.IntrinsicTranslators.Silverlight.Descriptors
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class SimpleDragDropActionDescriptor : XamlActionDescriptor, INotifyPropertyChanged, ICustomTypeDescriptor, IExtensibleDataObject, IInspectWebSettings
Constructors
SimpleDragDropActionDescriptor(FrameworkElement, ActionPoint, FrameworkElement, ActionPoint, DragDropWindowData, DropTarget, Boolean)
Declaration
public SimpleDragDropActionDescriptor(FrameworkElement initialTarget, ActionPoint initialOffset, FrameworkElement finalTarget, ActionPoint finalOffset, DragDropWindowData windowData, DropTarget dropTargetType, bool validateMouseLocation)
Parameters
FrameworkElement
initialTarget
|
ActionPoint
initialOffset
|
FrameworkElement
finalTarget
|
ActionPoint
finalOffset
|
DragDropWindowData
windowData
|
DropTarget
dropTargetType
|
System.Boolean
validateMouseLocation
|
SimpleDragDropActionDescriptor(FrameworkElement, FrameworkElement)
Declaration
public SimpleDragDropActionDescriptor(FrameworkElement initialTarget, FrameworkElement finalTarget)
Parameters
FrameworkElement
initialTarget
|
FrameworkElement
finalTarget
|
Properties
ApplicationDropOffset
DragDropWindowData
Declaration
public DragDropWindowData DragDropWindowData { get; set; }
Property Value
DragDropWindowData
|
DragOffset
DragTarget
DropTarget
DropTargetType
ElementDropOffset
EnsureDropPointInBrowser
Declaration
public bool EnsureDropPointInBrowser { get; set; }
Property Value
System.Boolean
|
FriendlyDescription
Declaration
public override string FriendlyDescription { get; }
Property Value
System.String
|
Overrides
PrimaryTarget
Declaration
public override ElementDescriptor PrimaryTarget { get; set; }
Property Value
ElementDescriptor
|
Overrides
PrimaryTargetKey
Declaration
public override string PrimaryTargetKey { get; }
Property Value
System.String
|
Overrides
RequiredAssemblyReferences
Declaration
public override string[] RequiredAssemblyReferences { get; }
Property Value
System.String[]
|
Overrides
SecondaryTarget
Declaration
public override ElementDescriptor SecondaryTarget { get; set; }
Property Value
ElementDescriptor
|
Overrides
SecondaryTargetKey
Declaration
public override string SecondaryTargetKey { get; }
Property Value
System.String
|
Overrides
SimulateRealUser
Declaration
public override bool SimulateRealUser { get; set; }
Property Value
System.Boolean
|
Overrides
Methods
Execute(IApplication)
Declaration
public override void Execute(IApplication hostApp)
Parameters
IApplication
hostApp
|
Overrides
ToCode()
UsesTarget(String)
Declaration
public override bool UsesTarget(string target)
Parameters
System.String
target
|
Returns
System.Boolean
|