|
|
|
CollectFromControls (Control+ControlCollection)
|
Walks a control collection depth first, contributing results
for every SmartPanelController it finds
|
|
|
|
CollectFromPanelController (SmartPanelController)
|
Contributes a result for every enabled tool of every toolbar
of the given SmartPanelController
|
|
|
|
ContributeTool (SmartPanelController, UltraToolbar, ToolBase)
|
Contributes a single enabled, captioned tool as a result
|
|
|
|
dispose ()
|
Unsubscribes from the events this Provider subscribed to, per
Ccs.Common.IService
|
|
|
|
ExecuteResult (character, Object)
|
Performs the click of the toolbar button this result was
produced for
|
|
|
|
initialize ()
|
Subscribes to the events this Provider needs, per Ccs.Common.IService
|
|
|
|
OnSearchRequested (Object, QuickLaunchSearchEventArgs)
|
Event handler for QuickLaunchSearchEvent:SearchRequested - adds
the matching enabled toolbar buttons of the context screen
|