| SelectionBoxAttribute Constructor (Type, 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(
Type customFilter,
params swSelectType_e[] filters
)
Public Sub New (
customFilter As Type,
ParamArray filters As swSelectType_e()
)
public:
SelectionBoxAttribute(
Type^ customFilter,
... array<swSelectType_e>^ filters
)
Parameters
- customFilter
- Type: SystemType
Type of custom filter of SelectionCustomFilterTSelection for custom logic for filtering selection objects - filters
- Type: swSelectType_e
Filters allowed for selection into this selection box
Exceptions See Also