Property | Type | Description | |
---|---|---|---|
showTaskPane | bool |
Method | Description | |
---|---|---|
AddAllQueryServiceTaskPanes ( ) : void | ||
AddMenu ( ) : void | ||
AddQueryServiceTaskPane ( Microsoft.Office.Interop.InfoPath _window ) : void | ||
InfoPahtApplicationEvents_WindowActivate ( Microsoft.Office.Interop.InfoPath pDocument, Microsoft.Office.Interop.InfoPath pWindow ) : void | ||
InfoPahtApplicationEvents_WindowDeactivate ( Microsoft.Office.Interop.InfoPath pDocument, Microsoft.Office.Interop.InfoPath pWindow ) : void | ||
RemoveAllQueryServiceTaskPanes ( ) : void | ||
cdeFormMenuItem_Click ( Microsoft.Office.Core Ctrl, bool &CancelDefault ) : void | ||
queryFormMenuItem_Click ( Microsoft.Office.Core Ctrl, bool &CancelDefault ) : void |
Method | Description | |
---|---|---|
InternalStartup ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
RemoveOrphanedTaskPanes ( ) : void | ||
ThisAddIn_Shutdown ( object sender, System e ) : void | ||
ThisAddIn_Startup ( object sender, System e ) : void | ||
appevents_DocumentChange ( ) : void | ||
appevents_NewXDocument ( Microsoft.Office.Interop.InfoPath pDocument ) : void | ||
appevents_XDocumentOpen ( Microsoft.Office.Interop.InfoPath pDocument ) : void |
public AddAllQueryServiceTaskPanes ( ) : void | ||
return | void |
public AddQueryServiceTaskPane ( Microsoft.Office.Interop.InfoPath _window ) : void | ||
_window | Microsoft.Office.Interop.InfoPath | |
return | void |
public InfoPahtApplicationEvents_WindowActivate ( Microsoft.Office.Interop.InfoPath pDocument, Microsoft.Office.Interop.InfoPath pWindow ) : void | ||
pDocument | Microsoft.Office.Interop.InfoPath | |
pWindow | Microsoft.Office.Interop.InfoPath | |
return | void |
public InfoPahtApplicationEvents_WindowDeactivate ( Microsoft.Office.Interop.InfoPath pDocument, Microsoft.Office.Interop.InfoPath pWindow ) : void | ||
pDocument | Microsoft.Office.Interop.InfoPath | |
pWindow | Microsoft.Office.Interop.InfoPath | |
return | void |
public RemoveAllQueryServiceTaskPanes ( ) : void | ||
return | void |
public cdeFormMenuItem_Click ( Microsoft.Office.Core Ctrl, bool &CancelDefault ) : void | ||
Ctrl | Microsoft.Office.Core | |
CancelDefault | bool | |
return | void |
public queryFormMenuItem_Click ( Microsoft.Office.Core Ctrl, bool &CancelDefault ) : void | ||
Ctrl | Microsoft.Office.Core | |
CancelDefault | bool | |
return | void |