Class CapturedCommand
Inheritance
System.Object
CapturedCommand
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.Common.Design.Translation
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public abstract class CapturedCommand
Constructors
CapturedCommand(CommandTypeBase, ITargetElement, ActionPoint, ITargetElement, ActionPoint, Graphics, Object)
Declaration
protected CapturedCommand(CommandTypeBase commandType, ITargetElement element, ActionPoint xyOffset, ITargetElement element2, ActionPoint xyOffset2, Graphics graphics, object data)
Parameters
CommandTypeBase
commandType
|
ITargetElement
element
|
ActionPoint
xyOffset
|
ITargetElement
element2
|
ActionPoint
xyOffset2
|
System.Drawing.Graphics
graphics
|
System.Object
data
|
Properties
CommandType
Data
Declaration
public object Data { get; set; }
Property Value
System.Object
|
Element
Element2
ElementRect
Declaration
public Rectangle ElementRect { get; set; }
Property Value
System.Drawing.Rectangle
|
ElementScreenRect
Declaration
public Rectangle ElementScreenRect { get; set; }
Property Value
System.Drawing.Rectangle
|
Graphics
Declaration
public Graphics Graphics { get; set; }
Property Value
System.Drawing.Graphics
|
ModifierKeys
Declaration
public Keys ModifierKeys { get; set; }
Property Value
System.Windows.Forms.Keys
|
RequiresConfirmation
Declaration
public bool RequiresConfirmation { get; set; }
Property Value
System.Boolean
|
TechnologyType
Timestamp
Declaration
public DateTime? Timestamp { get; set; }
Property Value
System.Nullable<System.DateTime>
|