| PropertyManagerPageOptionBox Constructor |
Namespace:
CodeStack.SwEx.PMPage.Controls
Assembly:
CodeStack.SwEx.PMPage (in CodeStack.SwEx.PMPage.dll) Version: 0.7.2.0 (0.7.2.0)
Syntax public PropertyManagerPageOptionBox(
IPropertyManagerPageOption[] ctrls
)
Public Sub New (
ctrls As IPropertyManagerPageOption()
)
public:
PropertyManagerPageOptionBox(
array<IPropertyManagerPageOption^>^ ctrls
)
Parameters
- ctrls
- Type: IPropertyManagerPageOption
[Missing <param name="ctrls"/> documentation for "M:CodeStack.SwEx.PMPage.Controls.PropertyManagerPageOptionBox.#ctor(SolidWorks.Interop.sldworks.IPropertyManagerPageOption[])"]
See Also