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.
Initializes properties that affect the appearance of the control.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Overridable Sub InitUI
'Usage
Me.InitUI()
protected virtual void InitUI()
Remarks
If the Visible property of the control is true, then this method ensures that properties that affect the appearance of the control have values. These properties include the AccessKey, ImageUrl, and Text properties.