ClientVariablesGetStatusbarHeight 方法 |
获取状态栏高度
命名空间:
Smobiler.Core
程序集:
Smobiler.Core (在 Smobiler.Core.dll 中) 版本:6.0.651.17422+f85e28ffe3fdebbfe720c8c2dde0db495f1a52ab
语法public void GetStatusbarHeight(
StatusbarCallBackHandler handler,
int timeout = 0
)
Public Sub GetStatusbarHeight (
handler As StatusbarCallBackHandler,
Optional timeout As Integer = 0
)
参数
- handler
- 类型:Smobiler.CoreStatusbarCallBackHandler
回调 - timeout (Optional)
- 类型:SystemInt32
超时时间,默认为0,为0时代表永不超时,大于0时,到达指定的超时时间后会自动触发handler,单位为秒
备注
参见