|
LibUIDK Documentation
|
void SetTextAlignVer(int nVerAlignModeN, int nVerAlignModeH, int nVerAlignModeS, int nVerAlignModeD);
设置控件未选中时, 文本的垂直对齐方式.
|
Parameters |
Description |
|
int nVerAlignModeN |
指定控件未选中时, 正常状态的文本的垂直对齐方式. |
|
int nVerAlignModeH |
指定控件未选中时, 高亮状态的文本的垂直对齐方式. |
|
int nVerAlignModeS |
指定控件未选中时, 鼠标按下状态的文本的垂直对齐方式. |
|
int nVerAlignModeD |
指定控件未选中时, Disabled状态的文本的垂直对齐方式. |
垂直方向对齐方式可取下列值之一:
0或3: 垂直居中.
1: 上对齐.
2: 下对齐.
|
Copyright (c) 2005-2008 iUIShop Technologies All rights reserved.
|