JavaScriptHelper.OpenWebFormSize Method

HD.Common

JavaScriptHelperOpenWebFormSize Method Helper帮助文档
打开指定大小的新窗体

Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void OpenWebFormSize(
	string url,
	int width,
	int heigth,
	int top,
	int left
)
Public Shared Sub OpenWebFormSize ( 
	url As String,
	width As Integer,
	heigth As Integer,
	top As Integer,
	left As Integer
)
public:
static void OpenWebFormSize(
	String^ url, 
	int width, 
	int heigth, 
	int top, 
	int left
)
static member OpenWebFormSize : 
        url : string * 
        width : int * 
        heigth : int * 
        top : int * 
        left : int -> unit 

Parameters

url
Type: SystemString
地址
width
Type: SystemInt32
heigth
Type: SystemInt32
top
Type: SystemInt32
头位置
left
Type: SystemInt32
左位置
See Also

Reference