ToolPart.UseDefaultStyles property

Gets or sets a value indicating whether the tool part uses the default themes and styles for its body.

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

Syntax

'Declaration
Public Property UseDefaultStyles As Boolean
    Get
    Set
'Usage
Dim instance As ToolPart
Dim value As Boolean

value = instance.UseDefaultStyles

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

Property value

Type: System.Boolean
true if the tool part uses the default themes and styles for its body; otherwise, false.

See also

Reference

ToolPart class

ToolPart members

Microsoft.SharePoint.WebPartPages namespace