IWizPageDesigner Interface |
Defines a common interface for a wizard page UserControl that supports the
IWizPage interface AND
extended capabilities. This interface is intended for
internal use only and is subject to
change. It's name is historical in nature and misleading as it is no longer constricted to controls
that support a designer. Use the
AllowDesign to determine this rather than just
testing for interface support.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public interface IWizPageDesigner
Public Interface IWizPageDesigner
The IWizPageDesigner type exposes the following members.
Methods
| Name | Description |
---|
| AllowDesign |
Determines whether this particular page allows design.
|
| InitPage |
Called during the Page_Init method of your control. You should create any dynamic controls during this method.
|
TopSee Also