KeyChanges(Boolean, Boolean, Int32[], Int32[]) Constructor
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.
public:
KeyChanges(bool cursorPositionChanged, bool oiaChanged, cli::array <int> ^ screenChangePositions, cli::array <int> ^ screenChangeLengths);
public KeyChanges (bool cursorPositionChanged, bool oiaChanged, int[] screenChangePositions, int[] screenChangeLengths);
new Microsoft.HostIntegration.SNA.Session.KeyChanges : bool * bool * int[] * int[] -> Microsoft.HostIntegration.SNA.Session.KeyChanges
Public Sub New (cursorPositionChanged As Boolean, oiaChanged As Boolean, screenChangePositions As Integer(), screenChangeLengths As Integer())
Parameters
- cursorPositionChanged
- Boolean
- oiaChanged
- Boolean
- screenChangePositions
- Int32[]
- screenChangeLengths
- Int32[]