| ComboBoxOptionsAttribute Constructor |
Constructor for specifying style of combo box
Namespace:
CodeStack.SwEx.PMPage.Attributes
Assembly:
CodeStack.SwEx.PMPage (in CodeStack.SwEx.PMPage.dll) Version: 0.7.2.0 (0.7.2.0)
Syntax public ComboBoxOptionsAttribute(
swPropMgrPageComboBoxStyle_e style =
)
Public Sub New (
Optional style As swPropMgrPageComboBoxStyle_e =
)
public:
ComboBoxOptionsAttribute(
swPropMgrPageComboBoxStyle_e style =
)
Parameters
- style (Optional)
- Type: swPropMgrPageComboBoxStyle_e
Specific style applied for combo box control.
Refer swPropMgrPageComboBoxStyle_e Enumeration for more information.
Use 0 for default style
See Also