SPSite.HideSystemStatusBar property
是否應隱藏站台的系統狀態] 列。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property HideSystemStatusBar As Boolean
Get
Set
'用途
Dim instance As SPSite
Dim value As Boolean
value = instance.HideSystemStatusBar
instance.HideSystemStatusBar = value
public bool HideSystemStatusBar { get; set; }
Property value
Type: System.Boolean