SoKeyboardEventGetPrintableCharacter Method |
Convenience routine that returns the character representing the key, if it's printable.
Namespace: OIV.Inventor.EventsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public sbyte GetPrintableCharacter()
Public Function GetPrintableCharacter As SByte
public:
signed char GetPrintableCharacter()
member GetPrintableCharacter : unit -> sbyte
Return Value
Type:
SByteRemarks If not, this returns NULL ('\0').
See Also