ShowRestrictionsSettings Constructor
Creates an instance of the ShowRestrictionsSettings class.
Syntax
public ShowRestrictionsSettings(
System.string caption,
ShowRestrictionsSettings.IconType icon
)Public Function New( _
ByVal caption As System.String, _
ByVal icon As ShowRestrictionsSettings.IconType _
)Parameters
| Name | Description |
|---|---|
| caption | The title text for the restrictions dialog. |
| icon | The icon to be displayed on the dialog. |