SftButton/DLL 3.0 - Button Control
SftTree/DLL 8.0 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 4.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 8.0 - Tree Control
SftButton/DLL 3.0 - Button Control
SftTree/DLL 8.0 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 4.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 8.0 - Tree Control
SftTree/NET 2.0 - Tree Control
Tests whether the masked edit control accepts the specified character at the current caret location.
C
BOOL SftMask_QueryChar(HWND hwndCtl, TCHAR ch);
C++
BOOL CSftMask::QueryChar(TCHAR ch) const;
hwndCtl
The window handle of the masked edit control.
ch
The character to test.
The return value is TRUE if the control would accept the character.
The character is not entered - the control's contents remain unchanged. SftMask_QueryChar_A and SftMask_QueryChar_W are explicit ANSI/Unicode variants.
See Also Edit Masks | Keyboard & Mouse Interface
