FileBehavior Enumeration

Behaviors that can be applied to the file type.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
[FlagsAttribute]
public enum FileBehavior

Members

Open1 File type can be opened only.
Save2 File type can be saved only.
Update4 File type can be silently updated without file type confirmation.
Undefined8 File type cannot be handled.

See Also