Attachmate Reflection 2014 .NET API Reference
HandleMainMenuStripFocusChangeState Property (OpenSystemsTerminalControl)


When set to true, the main form menustrip activation and deactivation event will be tracked to switch focus to or from the terminal user control. If set to false, you will need to add your own MenuStrip Activation and Deactivation event handlers. In the Activation event handler, get the sender Control object and call Focus on that object. In the Deactivation event handler, set the Focus on this OpenSystemsTerminalControl object.
Syntax
'Declaration
 
<CategoryAttribute("Terminal")>
<DescriptionAttribute("Check main form MenuStrip activation and deactivation event to switch focus from/to Terminal User Control.")>
Public Property HandleMainMenuStripFocusChangeState As Boolean
'Usage
 
Dim instance As OpenSystemsTerminalControl
Dim value As Boolean
 
instance.HandleMainMenuStripFocusChangeState = value
 
value = instance.HandleMainMenuStripFocusChangeState
[CategoryAttribute("Terminal")]
[DescriptionAttribute("Check main form MenuStrip activation and deactivation event to switch focus from/to Terminal User Control.")]
public bool HandleMainMenuStripFocusChangeState {get; set;}
Requirements

Target Platforms: Microsoft Windows 7, Microsoft Windows Vista, Microsoft Windows XP, Microsoft Windows Server 2003 Terminal Services, Microsoft Windows Server 2008 Terminal Services

See Also

Reference

OpenSystemsTerminalControl Class
OpenSystemsTerminalControl Members
InitInstance Method

Send Feedback