CImeCUIToolBar::Button::GetSize (Windows CE 5.0)
This method retrieves the size of a button.
static void GetSize( DWORD dwButtonId,SIZE* psize);
Parameters
- dwButtonId
[in] Unsigned, 32-bit integer that indicates the type of the button. The following table shows the possible values.Value Description CUITOOLBARBUTTON_CMODE Conversion-mode button. CUITOOLBARBUTTON_SMODE Sentence-mode button. CUITOOLBARBUTTON_REGWORD Register-word button. CUITOOLBARBUTTON_CONFIG Property button. CUITOOLBARBUTTON_CAPS CAPS button. CUITOOLBARBUTTON_KANA KANA button. CUITOOLBARBUTTON_DICTOOL Dictionary-tool button. CUITOOLBARBUTTON_TOOL Tool button. - psize
[out] Pointer to a SIZE structure that receives the size of the button.
Return Values
None.
Requirements
OS Versions: Windows CE .NET 4.2 and later.
Header: Imjpskin.h.
See Also
Send Feedback on this topic to the authors