Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the value that indicates whether this control is visible.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Visible As Boolean
Get
'Usage
Dim instance As SPMobileBlogPictureUploadPanel
Dim value As Boolean
value = instance.Visible
public override bool Visible { get; }
Property Value
Type: System.Boolean
true if the control is visible; otherwise, false.
Remarks
true is returned if the current browser definition in the browser.compat file contains the "supportsFileUploadForSharePointMobile" capability and it is set true.
See Also
Reference
SPMobileBlogPictureUploadPanel Class