HTMLProjectItem.IsOpen Property
Determines if the specified HTML project item is open in the Microsoft Script Editor.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Property IsOpen As Boolean
Get
'Usage
Dim instance As HTMLProjectItem
Dim value As Boolean
value = instance.IsOpen
bool IsOpen { get; }
Property Value
Type: System.Boolean
Remarks
This property returns True if the specified HTML project item is open in the Microsoft Script Editor; False if the item is not open.