WebPartContextualInfo.ConvertableToNormalTab property

Gets or sets whether the contextual tab can be converted to a normal tab.

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

Syntax

'Declaration
Public Property ConvertableToNormalTab As Boolean
    Get
    Set
'Usage
Dim instance As WebPartContextualInfo
Dim value As Boolean

value = instance.ConvertableToNormalTab

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

Property value

Type: System.Boolean
true if the component can be converted from a contextual tab to a normal tab; otherwise, false.

Remarks

An element is positioned or styled as normal for a Web page before any customization is applied.

See also

Reference

WebPartContextualInfo class

WebPartContextualInfo members

Microsoft.SharePoint.WebControls namespace