IsOpen Property (Project)
In This Topic
Project's property which gives information if the project is opened or is not.
Syntax
public bool IsOpen {get;}
public:
property bool IsOpen {
bool get();
}
Property Value
bool : project's open status.
See Also