_CustomTaskPane.Visible Property

True if the specified _CustomTaskPane object is visible. Read/write.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Property Visible As Boolean
    Get
    Set
'Usage
Dim instance As _CustomTaskPane
Dim value As Boolean

value = instance.Visible

instance.Visible = value
bool Visible { get; set; }

Property Value

Type: System.Boolean
Boolean

See Also

Reference

_CustomTaskPane Interface

_CustomTaskPane Members

Microsoft.Office.Core Namespace