KeyInfo.ControlKeyState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
State of the control keys.
public:
property System::Management::Automation::Host::ControlKeyStates ControlKeyState { System::Management::Automation::Host::ControlKeyStates get(); void set(System::Management::Automation::Host::ControlKeyStates value); };
public System.Management.Automation.Host.ControlKeyStates ControlKeyState { get; set; }
member this.ControlKeyState : System.Management.Automation.Host.ControlKeyStates with get, set
Public Property ControlKeyState As ControlKeyStates