Expand Minimize
This topic has not yet been rated - Rate this topic

_Application.Visible Property

Determines if the specified object is visible. This property returns True if the specified object is visible, and False if not.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
bool Visible { get; set; }

Property Value

Type: System.Boolean

For any object, some methods and properties may be unavailable if the Visible property is False.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.