다음을 통해 공유


WebPart.ShowToolbar Property

Gets or sets the value that indicates whether the toolbar of the Web Part is visible.

Namespace:  Microsoft.Office.Server.WebControls.Charting
Assembly:  Microsoft.Office.Server.Chart (in Microsoft.Office.Server.Chart.dll)

Syntax

'Declaration
Public Property ShowToolbar As Boolean
    Get
    Set
'Usage
Dim instance As WebPart
Dim value As Boolean

value = instance.ShowToolbar

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

Property Value

Type: System.Boolean
true if the toolbar of the Web Part is visible; otherwise, false.

See Also

Reference

WebPart Class

WebPart Members

Microsoft.Office.Server.WebControls.Charting Namespace