点击或拖拽改变大小

MobileFormShow 方法 (MobileForm, Boolean, FormRedirectCallBackEventHandler, Object)

跳转指定窗体

命名空间:  Smobiler.Core.Controls
程序集:  Smobiler.Core (在 Smobiler.Core.dll 中) 版本:6.0.641.16928
语法
public void Show(
	MobileForm form,
	bool moveClose,
	FormRedirectCallBackEventHandler callback = null,
	Object args = null
)

参数

form
类型:Smobiler.Core.ControlsMobileForm
跳转的窗体
moveClose
类型:SystemBoolean
跳转的窗体是否可以左滑关闭,false不关闭,true关闭
callback (Optional)
类型:Smobiler.Core.ControlsFormRedirectCallBackEventHandler
跳转窗体关闭后回调委托
args (Optional)
类型:SystemObject
可选参数
备注
获取跳转窗体关闭后的回调处理,请实现委托FormRedirectCallBackEventHandler
参见