OlFormRegistry Enum
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.
Indicates the form registry (library) where the Form is stored.
public enum class OlFormRegistry
public enum OlFormRegistry
Public Enum OlFormRegistry
- Inheritance
-
OlFormRegistry
Fields
Name | Value | Description |
---|---|---|
olDefaultRegistry | 0 | The Form is registered in the user's default form registry. |
olPersonalRegistry | 2 | The Form is registered in the user's personal registry and is only accessible to that user. |
olFolderRegistry | 3 | The Form is registered in a form registry specific to a particular folder, and can only be accessed from that folder. |
olOrganizationRegistry | 4 | The Form is registered in the organizational form registry. The form is available to all users. |
Remarks
Used as a parameter to the PublishForm(OlFormRegistry, Object) method to specify the form registry (library) in which to register the Form.