KeyCombination.Key Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

'Declaration
Public Property Key As Keys
    Get
    Set
'Usage
Dim instance As KeyCombination
Dim value As Keys

value = instance.Key

instance.Key = value
public Keys Key { get; set; }
public:
property Keys Key {
    Keys get ();
    void set (Keys value);
}
function get Key () : Keys
function set Key (value : Keys)
member Key : Keys with get, set

Property Value

Type: System.Windows.Forms.Keys

.NET Framework Security

See Also

Reference

KeyCombination Class

KeyCombination Members

Microsoft.VisualStudio.TestTools.UITest.Common Namespace