SOLIDWORKS PDM Professional API Help Send Feedback
EdmMBoxType Enumeration
See Also  
EPDM.Interop.epdm Namespace : EdmMBoxType Enumeration


Types of widget to insert or display in IEdmVault5::MsgBox. Bitmask.

Syntax

Visual Basic 
Public Enum EdmMBoxType 
   Inherits System.Enum
C# 
public enum EdmMBoxType : System.Enum 
C++/CLI 
public enum class EdmMBoxType : public System.Enum 

Members

MemberDescription
EdmMbt_AbortRetryIgnore2 = Insert Abort, Retry, and Ignore
EdmMbt_Icon_Information64 = Display the information icon
EdmMbt_Icon_Question32 = Display the question icon
EdmMbt_Icon_Warning48 = Display the warning icon
EdmMbt_OKCancel1 = Insert OK and Cancel
EdmMbt_OKOnly0 = Insert OK
EdmMbt_RetryCancel5 = Insert Retry and Cancel
EdmMbt_YesNo4 = Insert Yes and No
EdmMbt_YesNoCancel3 = Insert Yes, No, and Cancel

See Also