EAPCtrlUtilsAddPaneF8Info Method (IAppContext, Page, IWizContainerPane) |
Add F8 debug info for the WizGrouper pane.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static void AddPaneF8Info(
IAppContext cxt,
Page page,
IWizContainerPane pane
)
Public Shared Sub AddPaneF8Info (
cxt As IAppContext,
page As Page,
pane As IWizContainerPane
)
Parameters
- cxt
- Type: NetQuarryIAppContext
The application context. - page
- Type: System.Web.UIPage
The page being rendered. - pane
- Type: NetQuarryIWizContainerPane
The pane.
See Also