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)
Available in Sandboxed Solutions: No
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.