DocumentOptions Enum

Definition

Options for creating the editor or designer, primarly whether the object is new (as specified by the IsNew Value).

This enumeration supports a bitwise combination of its member values.

public enum class DocumentOptions
[System.Flags]
public enum DocumentOptions
[<System.Flags>]
type DocumentOptions = 
Public Enum DocumentOptions
Inheritance
DocumentOptions
Attributes

Fields

IsNew 1

Value is new.

ManageConnection 2

Value to be used with isNew.

None 0

No editor or designer.

Applies to