MAUI | ComponentOne
C1.Maui.Core Assembly / C1.Maui.Core Namespace / C1KeyboardHelper Class
Properties Methods


In This Topic
    C1KeyboardHelper Class Members
    In This Topic

    The following tables list the members exposed by C1KeyboardHelper.

    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic)The A key.  
    Public Propertystatic (Shared in Visual Basic)The Backspace key.  
    Public Propertystatic (Shared in Visual Basic)The C key.  
    Public Propertystatic (Shared in Visual Basic)The Delete key.  
    Public Propertystatic (Shared in Visual Basic)The Down Arrow key.  
    Public Propertystatic (Shared in Visual Basic)The End key.  
    Public Propertystatic (Shared in Visual Basic)The Enter key.  
    Public Propertystatic (Shared in Visual Basic)The ESC key.  
    Public Propertystatic (Shared in Visual Basic)The F2 key.  
    Public Propertystatic (Shared in Visual Basic)The F5 key.  
    Public Propertystatic (Shared in Visual Basic)The Home key.  
    Public Propertystatic (Shared in Visual Basic)The Left Arrow key.  
    Public Propertystatic (Shared in Visual Basic)The Application key (Microsoft Natural Keyboard). Also known as the Menu key, as it displays an application-specific context menu.  
    Public Propertystatic (Shared in Visual Basic)The Subtract key.  
    Public Propertystatic (Shared in Visual Basic)The Page Down key.  
    Public Propertystatic (Shared in Visual Basic)The Page Up key.  
    Public Propertystatic (Shared in Visual Basic)The Add key.  
    Public Propertystatic (Shared in Visual Basic)The Right Arrow key.  
    Public Propertystatic (Shared in Visual Basic)The Tab key.  
    Public Propertystatic (Shared in Visual Basic)The Up Arrow key.  
    Public Propertystatic (Shared in Visual Basic)The V key.  
    Public Propertystatic (Shared in Visual Basic)The X key.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Returns char representation of System.String that was pressed.  
    Public Methodstatic (Shared in Visual Basic)Returns System.String that was pressed.  
    Public Methodstatic (Shared in Visual Basic)Returns whether the Alt key is pressed.  
    Public Methodstatic (Shared in Visual Basic)Returns whether the Command key is pressed.  
    Public Methodstatic (Shared in Visual Basic)Returns whether the Ctrl key is pressed.  
    Public Methodstatic (Shared in Visual Basic)Returns whether the Shift key is pressed.  
    Top
    See Also