SetOptions Method (IAdminOptionsPropertyPage) |
Top Previous Next |
|
This method is called by MZ-Tools when the property page must retrieve values from the user interface controls and set the values of the AdminOptionsBase derived class. Signature [VB.NET] Sub SetOptions(ByVal adminOptions As AdminOptionsBase, ByRef cancel As Boolean, ByRef cancellationReason As String) [C#] void SetOptions(AdminOptionsBase adminOptions, ref bool cancel, ref string cancellationReason) Parameters
|