DialogHandlerNoSessionGetDialogParameters Method |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public static DialogParameters GetDialogParameters(
Control control
)
Public Shared Function GetDialogParameters (
control As Control
) As DialogParameters
public:
static DialogParameters^ GetDialogParameters(
Control^ control
)
static member GetDialogParameters :
control : Control -> DialogParameters
Parameters
- control
- Type: System.Web.UIControl
Return Value
Type:
DialogParametersSee Also