summaryM:DotNetNuke.UI.Utilities.ClientAPI.RegisterKeyCapture(System.Web.UI.Control,System.Web.UI.Control,System.Int32)

Namespace: DotNetNuke.UI.Utilities
Assembly: DotNetNuke.WebUtility (in DotNetNuke.WebUtility.dll)

Syntax

C#
public static void RegisterKeyCapture(
	Control objControl,
	Control objPostbackControl,
	int intKeyAscii
)
Visual Basic
Public Shared Sub RegisterKeyCapture ( 
	objControl As Control,
	objPostbackControl As Control,
	intKeyAscii As Integer
)

Parameters

objControl
Type: System.Web.UI..::..Control
paramobjControlM:DotNetNuke.UI.Utilities.ClientAPI.RegisterKeyCapture(System.Web.UI.Control,System.Web.UI.Control,System.Int32)
objPostbackControl
Type: System.Web.UI..::..Control
paramobjPostbackControlM:DotNetNuke.UI.Utilities.ClientAPI.RegisterKeyCapture(System.Web.UI.Control,System.Web.UI.Control,System.Int32)
intKeyAscii
Type: System..::..Int32
paramintKeyAsciiM:DotNetNuke.UI.Utilities.ClientAPI.RegisterKeyCapture(System.Web.UI.Control,System.Web.UI.Control,System.Int32)

See Also