CssRegistration.RevealToNonIE Property

Gets or sets a Boolean value indicating whether to use an XHTML format for the registration that is compatible with browsers other than Internet Explorer.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Property RevealToNonIE As Boolean
    Get
    Set
'Usage
Dim instance As CssRegistration
Dim value As Boolean

value = instance.RevealToNonIE

instance.RevealToNonIE = value
public bool RevealToNonIE { get; set; }

Property Value

Type: System.Boolean
true to use an XHTML format that is compatible with browsers other than Internet Explorer; otherwise, false.

See Also

Reference

CssRegistration Class

CssRegistration Members

Microsoft.SharePoint.WebControls Namespace