| SelectionBoxAttribute Constructor (swSelectType_e) |
Constructor for selection box options
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 SelectionBoxAttribute(
params swSelectType_e[] filters
)
Public Sub New (
ParamArray filters As swSelectType_e()
)
public:
SelectionBoxAttribute(
... array<swSelectType_e>^ filters
)
Parameters
- filters
- Type: swSelectType_e
Filters allowed for selection into this selection box
See Also