| SelectionBoxOptionsAttribute Constructor |
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 SelectionBoxOptionsAttribute(
swPropMgrPageSelectionBoxStyle_e style = ,
KnownColor selColor =
)
Public Sub New (
Optional style As swPropMgrPageSelectionBoxStyle_e = ,
Optional selColor As KnownColor =
)
public:
SelectionBoxOptionsAttribute(
swPropMgrPageSelectionBoxStyle_e style = ,
KnownColor selColor =
)
Parameters
- style (Optional)
- Type: swPropMgrPageSelectionBoxStyle_e
Selection box style as defined in swPropMgrPageSelectionBoxStyle_e Enumeration - selColor (Optional)
- Type: System.DrawingKnownColor
Color of the selections in this selection box
See Also