_ProjectLoadSecurityDialogState Enum

Definition

Specifies the state of the security dialog.

public enum class _ProjectLoadSecurityDialogState
public enum class _ProjectLoadSecurityDialogState
enum _ProjectLoadSecurityDialogState
public enum _ProjectLoadSecurityDialogState
type _ProjectLoadSecurityDialogState = 
Public Enum _ProjectLoadSecurityDialogState
Inheritance
_ProjectLoadSecurityDialogState

Fields

PLSDS_DontShowAgainBrowse 2

Don’t show it again when browsing.

PLSDS_DontShowAgainFullLoad 3

Don’t show it again when the project is loaded.

PLSDS_DontShowAgainUnload 4

Don’t show it again when the project is unloaded.

PLSDS_ShowAgain 1

Show it again.

Applies to