DialogMaster.GetControlIdOrNullForClientScript method

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected Function GetControlIdOrNullForClientScript ( _
    control As Control _
) As String
'Usage
Dim control As Control
Dim returnValue As String

returnValue = Me.GetControlIdOrNullForClientScript(control)
protected string GetControlIdOrNullForClientScript(
    Control control
)

Parameters

Return value

Type: System.String

See also

Reference

DialogMaster class

DialogMaster members

Microsoft.SharePoint.WebControls namespace