SessionDisplay.SendKey Method
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.
Overloads
| SendKey(SessionDisplayKeys) | |
| SendKey(String) |
SendKey(SessionDisplayKeys)
public:
void SendKey(Microsoft::HostIntegration::SNA::Session::SessionDisplayKeys key);
public void SendKey (Microsoft.HostIntegration.SNA.Session.SessionDisplayKeys key);
member this.SendKey : Microsoft.HostIntegration.SNA.Session.SessionDisplayKeys -> unit
Public Sub SendKey (key As SessionDisplayKeys)
Parameters
Applies to
SendKey(String)
public:
void SendKey(System::String ^ keys);
public void SendKey (string keys);
member this.SendKey : string -> unit
Public Sub SendKey (keys As String)
Parameters
- keys
- String