MyMacro..::..Key Property
Key to press (like "k" to press keyboard key K)
Namespace:
wManagerAssembly: wManager (in wManager.dll)
Syntax
[CategoryAttribute] [DisplayNameAttribute] [DescriptionAttribute] public string Key { get; set; }
<CategoryAttribute> _ <DisplayNameAttribute> _ <DescriptionAttribute> _ Public Property Key As String Get Set
[CategoryAttribute] [DisplayNameAttribute] [DescriptionAttribute] public: property String^ Key { String^ get (); void set (String^ value); }