| NumberBoxOptionsAttribute Constructor (swPropMgrPageNumberBoxStyle_e) |
Constructor for specifying number 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 NumberBoxOptionsAttribute(
swPropMgrPageNumberBoxStyle_e style =
)
Public Sub New (
Optional style As swPropMgrPageNumberBoxStyle_e =
)
public:
NumberBoxOptionsAttribute(
swPropMgrPageNumberBoxStyle_e style =
)
Parameters
- style (Optional)
- Type: swPropMgrPageNumberBoxStyle_e
Number box style as defined in swPropMgrPageNumberBoxStyle_e Enumeration0 for default style
See Also