Click or drag to resize

PageSpec Constructor

Initializes a new instance of the PageSpec class

Namespace:  CodeStack.SwEx.PMPage.Data
Assembly:  CodeStack.SwEx.PMPage (in CodeStack.SwEx.PMPage.dll) Version: 0.7.2.0 (0.7.2.0)
Syntax
public PageSpec(
	string title,
	Image icon,
	swPropertyManagerPageOptions_e opts
)

Parameters

title
Type: SystemString

[Missing <param name="title"/> documentation for "M:CodeStack.SwEx.PMPage.Data.PageSpec.#ctor(System.String,System.Drawing.Image,SolidWorks.Interop.swconst.swPropertyManagerPageOptions_e)"]

icon
Type: System.DrawingImage

[Missing <param name="icon"/> documentation for "M:CodeStack.SwEx.PMPage.Data.PageSpec.#ctor(System.String,System.Drawing.Image,SolidWorks.Interop.swconst.swPropertyManagerPageOptions_e)"]

opts
Type: swPropertyManagerPageOptions_e

[Missing <param name="opts"/> documentation for "M:CodeStack.SwEx.PMPage.Data.PageSpec.#ctor(System.String,System.Drawing.Image,SolidWorks.Interop.swconst.swPropertyManagerPageOptions_e)"]

See Also