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

In This Topic
    CaptureAltKeyInTerminalSession Property (C1Ribbon)
    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 Boolean
    public bool CaptureAltKeyInTerminalSession {get; set;}
    Remarks
    The Alt key may not work correctly after pressing Alt+Tab keys in terminal server session.
    See Also