Class
ModifierKeysModel

Definition

Namespace:ArtOfTest.WebAii.Design.UI.PropertyEditor.Models

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class ModifierKeysModel : ViewModelBase

Inheritance: objectModifierKeysModel

Constructors

ModifierKeysModel()

Declaration

cs-api-definition
public ModifierKeysModel()

Properties

BoundObject

Declaration

cs-api-definition
public object BoundObject { get; set; }

Property Value

object

IsAltChecked

Declaration

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

Property Value

bool

IsCtrlChecked

Declaration

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

Property Value

bool

IsShiftChecked

Declaration

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

Property Value

bool