Partager via


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

Implements

_CustomTaskPane.Visible

See Also

Reference

CustomTaskPaneClass Class

CustomTaskPaneClass Members

Microsoft.Office.Core Namespace