CustomTaskPaneClass.Visible Property
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Public Overridable Property Visible As Boolean
Get
Set
'Usage
Dim instance As CustomTaskPaneClass
Dim value As Boolean
value = instance.Visible
instance.Visible = value
public virtual bool Visible { get; set; }
Property Value
Type: System.Boolean