| 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
)
Public Sub New (
resType As Type,
iconResName As String,
Optional opts As swPropertyManagerPageOptions_e = swPropertyManagerPageOptions_e.swPropertyManagerOptions_OkayButton Or swPropertyManagerPageOptions_e.swPropertyManagerOptions_CancelButton
)
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