Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Protected Sub RenderImage ( _
output As HtmlTextWriter, _
tbParent As ToolBar, _
strHref As String, _
strOnClick As String, _
fUseAccessKeyOnImage As Boolean _
)
'Usage
Dim output As HtmlTextWriter
Dim tbParent As ToolBar
Dim strHref As String
Dim strOnClick As String
Dim fUseAccessKeyOnImage As Boolean
Me.RenderImage(output, tbParent, strHref, _
strOnClick, fUseAccessKeyOnImage)
protected void RenderImage(
HtmlTextWriter output,
ToolBar tbParent,
string strHref,
string strOnClick,
bool fUseAccessKeyOnImage
)
Parameters
- output
Type: System.Web.UI.HtmlTextWriter
- tbParent
Type: Microsoft.SharePoint.Portal.WebControls.ToolBar
- strHref
Type: System.String
- strOnClick
Type: System.String
- fUseAccessKeyOnImage
Type: System.Boolean