|
LibUIDK Documentation
|
void SetTextOffsetVer(int nVOffsetN, int nVOffsetH, int nVOffsetS, int nVOffsetD);
设置控件未选中时的文本垂直方向偏移.
|
Parameters |
Description |
|
int nVOffsetN |
指定控件未选中时, 正常状态的文本垂直方向偏移. |
|
int nVOffsetH |
指定控件未选中时, 高亮状态的文本垂直方向偏移. |
|
int nVOffsetS |
指定控件未选中时, 鼠标按下状态的文本垂直方向偏移. |
|
int nVOffsetD |
指定控件未选中时, Disabled状态的文本垂直方向偏移. |
|
Copyright (c) 2005-2008 iUIShop Technologies All rights reserved.
|