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


Options for appearance and functionality of card views created with IEdmVault10::CreateCardViewEx2 and IEdmFolder10::CreateCardView2. Bitmask.

Syntax

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

Members

MemberDescription
EdmCvf_3StateCheckboxes2 = Permit three-state checkboxes
EdmCvf_CallSaveOnCtrlReturn512 = Save on CTRL-Enter
EdmCvf_ComputeDefaultValues8 = Compute default values in the card
EdmCvf_DisableButtons256 = Disable all buttons in the card
EdmCvf_Normal253 = Default (1+4+8+16+32+64+128)
EdmCvf_Nothing0 = Nothing
EdmCvf_PermitComputedValues64 = Permit controls to receive values from input formulas
EdmCvf_PermitControlledTabs1 = Permit controlling tab controls with variables
EdmCvf_PermitReadOnlyFields32 = Permit the card to have read-only fields
EdmCvf_RunFormulas4 = Evaluate input formulas in the card
EdmCvf_RunFormulasOnOpen1024 = Force execution of formulas on all controls when opened
EdmCvf_SearchMode130 = Search tool mode (2+128)
EdmCvf_SerNoMenu1048576 = Show shortcut menu for serial numbers
EdmCvf_TextureBackground128 = Fade the card background
EdmCvf_VerifyValues16 = Check mandatory and unique values during save

See Also