IDocumentStatus Interface

Provides read only access to the status of the document.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public interface IDocumentStatus

Properties

Value Status of the document.

Methods

Contains Check to see if a flags enumeration has a specific flag set.
IsIdenticalTo Checks if the flag value is identical to the provided enum.

See Also