Click or drag to resize

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
)

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
ExceptionCondition
InvalidCastException
See Also