Mètode SetTabStop


Disponible per a tots els objectes Control, excepte Static, Group, Image, ToolBar, StatusBar i ProgressBar.

Prototip

SetTabStop Proto hWnd:HWND, bTabStop:BOOL

Sintaxi

Invoke SetTabStop, hWnd, bTabStop

Funció

Escriu la propietat TabStop d'un objecte.

Paràmetres

hWnd

"Handle" de l'objecte.

bTabStop

Valor BOOL que indica el nou estat "tab stop" de l'objecte.

Valor de retorn

Eax torna TRUE si s'ha pogut escriure la propietat, o FALSE si no.


OBSERVACIONS: Els objectes Static, Group, Image, ToolBar, StatusBar i ProgressBar mai no reben el focus, mentre que tots els altres objectes només el reben si la seva propietat TabStop és igual a TRUE.