Hide

SftTabs/DLL 6.5 - Tab Control

Display
Print

QueryChar

Tests if a tab control responds to the specified character, i.e. the character is an accelerator key which the tab control processes.

C

BOOL SftTabs_QueryChar(HWND hwndCtl, int ch);
BOOL SftTabs_QueryChar_A(HWND hwndCtl, int ch);
BOOL SftTabs_QueryChar_W(HWND hwndCtl, WCHAR ch);

C++

int CSftTabs::QueryChar(TCHAR ch) const;

Parameters

hwndCtl

The window handle of the tab control.

ch

The character to be tested.

Returns

The return value is TRUE if the tab control responds to the specified character, otherwise FALSE.

Comments

The QueryChar function tests if a tab control responds to the specified character, i.e. the character is an accelerator key which the tab control processes.

See Also C/C++ API | C++ Classes | Notifications


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.