Task.Visible Property

True if the specified object is visible.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

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

value = instance.Visible

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

Property Value

Type: System.Boolean

Remarks

Some methods and properties may be unavailable if the Visible property is False.

See Also

Reference

Task Interface

Task Members

Microsoft.Office.Interop.Word Namespace