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


File or folder data card control types; used in calls to IEdmCardControl5::ControlType.

Syntax

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

Members

MemberDescription
EdmCtrl_Button5 = Push button
EdmCtrl_Checkbox13 = Check box
EdmCtrl_ComboboxDropdown8 = Combo box with a drop-down list and an edit box
EdmCtrl_ComboboxDroplist9 = Combo box with a drop-down list
EdmCtrl_ComboboxSimple7 = Combo box with a list that is always visible
EdmCtrl_CustomPropertySearch15 = Search tool control
EdmCtrl_CustomVariableTree16 = Search tool control
EdmCtrl_DatePicker14 = Date control
EdmCtrl_Editbox4 = Edit box
EdmCtrl_Frame3 = Static frame with optional text
EdmCtrl_Image1 = Static image
EdmCtrl_Invalid0 = Error
EdmCtrl_Listbox10 = List box
EdmCtrl_RadioColumn6 = Radio button
EdmCtrl_Tab11 = Tab control with one or more pages
EdmCtrl_Text2 = Static text
EdmCtrl_ViewerDO NOT USE

See Also