EntityEditor.IsIE55Plus Method
Indicates whether the EntityEditor control is currently rendering under Internet Explorer 5, Internet Explorer 6, Internet Explorer 7, or Internet Explorer 8.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Function IsIE55Plus As Boolean
'Usage
Dim instance As EntityEditor
Dim returnValue As Boolean
returnValue = instance.IsIE55Plus()
public bool IsIE55Plus()
Return Value
Type: System.Boolean
true if the EntityEditor control renders under Internet Explorer 5, Internet Explorer 6, Internet Explorer 7, or Internet Explorer 8; otherwise, false.