ContentIsland.IsClosed Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets whether this ContentIsland is closed.
public:
property bool IsClosed { bool get(); };
bool IsClosed();
public bool IsClosed { get; }
var boolean = contentIsland.isClosed;
Public ReadOnly Property IsClosed As Boolean
Property Value
Boolean
bool
True, if this ContentIsland is closed; otherwise, false.