| SelectionBoxAttribute Constructor (Int32, 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,
params swSelectType_e[] filters
)
Public Sub New (
mark As Integer,
ParamArray filters As swSelectType_e()
)
public:
SelectionBoxAttribute(
int mark,
... 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 - filters
- Type: swSelectType_e
Filters allowed for selection into this selection box
See Also