FileBehavior Enumeration
Behaviors that can be applied to the file type.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
[FlagsAttribute]
public enum FileBehavior
<FlagsAttribute>
Public Enumeration FileBehavior
[FlagsAttribute]
public enum class FileBehavior
[<FlagsAttribute>]
type FileBehavior
Open | 1 |
File type can be opened only.
|
Save | 2 |
File type can be saved only.
|
Update | 4 |
File type can be silently updated without file type confirmation.
|
Undefined | 8 |
File type cannot be handled.
|