ShowRestrictions Method
Launches a GUI workflow to display a list of restrictions to the user.
Syntax
public static System.Windows.Forms.DialogResult ShowRestrictions(
ShowRestrictionsSettings settings
)Public Shared Function ShowRestrictions( _
ByVal settings As ShowRestrictionsSettings _
) As System.Windows.Forms.DialogResultParameters
| Name | Description |
|---|---|
| settings | Contains the restrictions to be displayed as well as options that control the behavior of the GUI. |
Return Value
The button clicked by the user.