Class XamlCapturedCommand
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.WebAii.Design.Translation.Silverlight
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class XamlCapturedCommand : CapturedCommand
Properties
Button
Declaration
public MouseButtons Button { get; }
Property Value
System.Windows.Forms.MouseButtons
|
DestinationPoint
Declaration
public Point DestinationPoint { get; }
Property Value
System.Drawing.Point
|
HeldFor
Declaration
public int HeldFor { get; }
Property Value
System.Int32
|
Key
Declaration
public Keys Key { get; }
Property Value
System.Windows.Forms.Keys
|
KeyChar
Declaration
public char KeyChar { get; }
Property Value
System.Char
|
OriginPoint
Declaration
public Point OriginPoint { get; }
Property Value
System.Drawing.Point
|
TechnologyType
Declaration
public override TechnologyType TechnologyType { get; }
Property Value
TechnologyType
|
Overrides
TextContent
Declaration
public string TextContent { get; }
Property Value
System.String
|
Type
Declaration
public XamlCapturedCommand.CommandType Type { get; }
Property Value
XamlCapturedCommand.CommandType
|
TypedText
Declaration
public string TypedText { get; }
Property Value
System.String
|
ValidateMouseInApp
Declaration
public bool ValidateMouseInApp { get; set; }
Property Value
System.Boolean
|