ACCELAPI

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > UI (User Interface) > UDT predefined in UI module > Keyboard accelerators >

ACCELAPI

 

Description

 

ACCELAPI structure.

 

Syntax

 

Type ACCELAPI

  FVIRT   As Byte  ' Flags: One or more of %FVIRTKEY, %FSHIFT, %FALT and %FCONTROL

  KEY     As WORD  ' Accelerator key: ASCII code, or virtual key code {%FVIRTKEY}

  CMD     As WORD  ' Accelerator ID code gets passed in CBCTL {LO(WORD, WPARAM)}

End Type

 

Remarks

 

See also

 

Examples