ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / C1Ribbon Class / CaptureAltKeyInTerminalSession Property

In This Topic
    CaptureAltKeyInTerminalSession Property
    In This Topic
    Gets or sets whether the Alt key can be used for displaying KeyTips in terminal server session.
    Syntax
    'Declaration
     
    Public Property CaptureAltKeyInTerminalSession As System.Boolean
    public System.bool CaptureAltKeyInTerminalSession {get; set;}
    Remarks
    The Alt key may not work correctly after pressing Alt+Tab keys in terminal server session.
    See Also