JavaScriptHelperShowCilentConfirm Method (WebControl, String, String, Int32, Int32, String) | Helper帮助文档 |
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
public static void ShowCilentConfirm( WebControl control, string eventName, string title, int width, int height, string message )
Public Shared Sub ShowCilentConfirm ( control As WebControl, eventName As String, title As String, width As Integer, height As Integer, message As String )
public: static void ShowCilentConfirm( WebControl^ control, String^ eventName, String^ title, int width, int height, String^ message )
static member ShowCilentConfirm : control : WebControl * eventName : string * title : string * width : int * height : int * message : string -> unit
Parameters
- control
- Type: System.Web.UI.WebControlsWebControl
[Missing <param name="control"/> documentation for "M:HD.Common.JavaScriptHelper.ShowCilentConfirm(System.Web.UI.WebControls.WebControl,System.String,System.String,System.Int32,System.Int32,System.String)"]
- eventName
- Type: SystemString
[Missing <param name="eventName"/> documentation for "M:HD.Common.JavaScriptHelper.ShowCilentConfirm(System.Web.UI.WebControls.WebControl,System.String,System.String,System.Int32,System.Int32,System.String)"]
- title
- Type: SystemString
[Missing <param name="title"/> documentation for "M:HD.Common.JavaScriptHelper.ShowCilentConfirm(System.Web.UI.WebControls.WebControl,System.String,System.String,System.Int32,System.Int32,System.String)"]
- width
- Type: SystemInt32
[Missing <param name="width"/> documentation for "M:HD.Common.JavaScriptHelper.ShowCilentConfirm(System.Web.UI.WebControls.WebControl,System.String,System.String,System.Int32,System.Int32,System.String)"]
- height
- Type: SystemInt32
[Missing <param name="height"/> documentation for "M:HD.Common.JavaScriptHelper.ShowCilentConfirm(System.Web.UI.WebControls.WebControl,System.String,System.String,System.Int32,System.Int32,System.String)"]
- message
- Type: SystemString
[Missing <param name="message"/> documentation for "M:HD.Common.JavaScriptHelper.ShowCilentConfirm(System.Web.UI.WebControls.WebControl,System.String,System.String,System.Int32,System.Int32,System.String)"]