Class
XamlCapturedCommand

Definition

Properties

Button

The mouse button that caused this captured command, if any

Declaration

cs-api-definition
public MouseButtons Button { get; }

Property Value

MouseButtons

DestinationPoint

Declaration

cs-api-definition
public Point DestinationPoint { get; }

Property Value

Point

HeldFor

Declaration

cs-api-definition
public int HeldFor { get; }

Property Value

int

Key

Declaration

cs-api-definition
public Keys Key { get; }

Property Value

Keys

KeyChar

Declaration

cs-api-definition
public char KeyChar { get; }

Property Value

char

OriginPoint

Declaration

cs-api-definition
public Point OriginPoint { get; }

Property Value

Point

TechnologyType

Declaration

cs-api-definition
public override TechnologyType TechnologyType { get; }

Property Value

TechnologyType

Overrides CapturedCommand.TechnologyType

TextContent

Declaration

cs-api-definition
public string TextContent { get; }

Property Value

string

Type

Declaration

cs-api-definition
public XamlCapturedCommand.CommandType Type { get; }

Property Value

XamlCapturedCommand.CommandType

TypedText

Declaration

cs-api-definition
public string TypedText { get; }

Property Value

string

ValidateMouseInApp

Gets or sets whether to ensure the mouse location is within the bounds of the Silverlight application before performing the operation during playback

Declaration

cs-api-definition
public bool ValidateMouseInApp { get; set; }

Property Value

bool