OnCreatePropertyPage Method (AdminOptionsBase) |
Top Previous Next |
|
This method must be overridden in order to return an instance of the usercontrol which contains the user interface of the admin options, that is, the property page that will appear in the Corporate Options window. This usercontrol must implement the IAdminOptionsPropertyPage interface. Signature [VB.NET] Function OnCreatePropertyPage() As System.Windows.Forms.UserControl [C#] System.Windows.Forms.UserControl OnCreatePropertyPage() Parameters None. |