OnCreatePropertyPage Method (UserOptions) |
Top Previous Next |
|
This method can be overridden to return an instance of the usercontrol which contains the user interface of the user options, that is, the property page that will appear in a tab page of the user options window shown before executing the operation. This usercontrol must implement the IUserOptionsPropertyPage interface. Signature [VB.NET] Function OnCreatePropertyPage() As System.Windows.Forms.UserControl [C#] System.Windows.Forms.UserControl OnCreatePropertyPage() Parameters None. |