| SelectionBoxAttribute Constructor (Int32, 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(
int mark,
Type customFilter,
params swSelectType_e[] filters
)
Public Sub New (
mark As Integer,
customFilter As Type,
ParamArray filters As swSelectType_e()
)
public:
SelectionBoxAttribute(
int mark,
Type^ customFilter,
... array<swSelectType_e>^ filters
)
Parameters
- mark
- Type: SystemInt32
Selection mark. If multiple selections box are used - use different selection marks for each of them
to differentiate the selections - 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