Click or drag to resize

PageOptionsAttribute Constructor (Type, String, swPropertyManagerPageOptions_e)

Constructor for specifying property manager page 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 PageOptionsAttribute(
	Type resType,
	string iconResName,
	swPropertyManagerPageOptions_e opts = swPropertyManagerPageOptions_e.swPropertyManagerOptions_OkayButton|swPropertyManagerPageOptions_e.swPropertyManagerOptions_CancelButton
)

Parameters

resType
Type: SystemType
Type of the resource static class
iconResName
Type: SystemString
Name of image resource for property manager page icon
opts (Optional)
Type: swPropertyManagerPageOptions_e
property page options as defined in swPropertyManagerPageOptions_e Enumeration
See Also