Namespace: Consultingwerk.WindowIntegrationKit
Class 
SampleCustomToolbarWidgetRenderer Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implements: Consultingwerk.WindowIntegrationKit.ICustomToolbarWidgetRenderer

File:SampleCustomToolbarWidgetRenderer
Purpose:Sample ICustomToolbarWidgetRenderer implementation
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Thu Feb 23 16:16:23 CET 2012



Top Method Summary
Options Name Purpose
BeginRibbonGroup (UltraToolbarsManager, RibbonGroup) Indicates the start of the rendering of a new RibbonGroup
BeginToolbar (UltraToolbarsManager, UltraToolbar) Indicates the start of the rendering of a new Toolbar
EndRibbonGroup (UltraToolbarsManager, RibbonGroup) Indicates the end of the rendering of a new RibbonGroup
EndToolbar (UltraToolbarsManager, UltraToolbar) Indicates the end of the rendering of a new Toolbar
LOGICAL FilterWidget (handle, UltraToolbarsManager) Indicates of the provided widget should be rendered by the ICustomToolbarWidgetRendered
Infragistics.Win.UltraWinToolbars.ToolBase RenderWidget (handle, UltraToolbarsManager, RibbonGroup) Renders the provided widget with the ICustomToolbarWidgetRendered
Infragistics.Win.UltraWinToolbars.ToolBase RenderWidget (handle, UltraToolbarsManager, UltraToolbar) Indicates of the provided widget should be rendered by the ICustomToolbarWidgetRendered


Method Detail
Top

BeginRibbonGroup (UltraToolbarsManager, RibbonGroup)

Purpose: Indicates the start of the rendering of a new RibbonGroup
Notes: Provides transactional support with EndToolbar

Parameters:
poToolbarsManager Infragistics.Win.UltraWinToolbars.UltraToolbarsManager
The Infragistics.Win.UltraWinToolbars.UltraToolbarsManager instance used for rendering the Toolbar
poRibbonGroup Infragistics.Win.UltraWinToolbars.RibbonGroup
The Infragistics.Win.UltraWinToolbars.UltraToolbar instance used for rendering the Toolbar
Top

BeginToolbar (UltraToolbarsManager, UltraToolbar)

Purpose: Indicates the start of the rendering of a new Toolbar
Notes: Provides transactional support with EndToolbar

Parameters:
poToolbarsManager Infragistics.Win.UltraWinToolbars.UltraToolbarsManager
The Infragistics.Win.UltraWinToolbars.UltraToolbarsManager instance used for rendering the Toolbar
poToolbar Infragistics.Win.UltraWinToolbars.UltraToolbar
The Infragistics.Win.UltraWinToolbars.UltraToolbar instance used for rendering the Toolbar
Top

EndRibbonGroup (UltraToolbarsManager, RibbonGroup)

Purpose: Indicates the end of the rendering of a new RibbonGroup
Notes: Provides transactional support with BeginToolbar

Parameters:
poToolbarsManager Infragistics.Win.UltraWinToolbars.UltraToolbarsManager
The Infragistics.Win.UltraWinToolbars.UltraToolbarsManager instance used for rendering the Toolbar
poRibbonGroup Infragistics.Win.UltraWinToolbars.RibbonGroup
The Infragistics.Win.UltraWinToolbars.UltraToolbar instance used for rendering the Toolbar
Top

EndToolbar (UltraToolbarsManager, UltraToolbar)

Purpose: Indicates the end of the rendering of a new Toolbar
Notes: Provides transactional support with BeginToolbar

Parameters:
poToolbarsManager Infragistics.Win.UltraWinToolbars.UltraToolbarsManager
The Infragistics.Win.UltraWinToolbars.UltraToolbarsManager instance used for rendering the Toolbar
poToolbar Infragistics.Win.UltraWinToolbars.UltraToolbar
The Infragistics.Win.UltraWinToolbars.UltraToolbar instance used for rendering the Toolbar
Top

LOGICAL FilterWidget (handle, UltraToolbarsManager)

Purpose: Indicates of the provided widget should be rendered by the ICustomToolbarWidgetRendered
Notes: This method provides the ability to control which widgets will (later)
be passed to the method RenderWidget

Parameters:
phWidget HANDLE
The handle of the Widget that should be tested
poToolbarsManager Infragistics.Win.UltraWinToolbars.UltraToolbarsManager
The Infragistics.Win.UltraWinToolbars.UltraToolbarsManager instance used for rendering the Toolbar
Returns LOGICAL
True when the Widget should be passed to RenderWidget, False when not
Top

Infragistics.Win.UltraWinToolbars.ToolBase RenderWidget (handle, UltraToolbarsManager, RibbonGroup)

Purpose: Renders the provided widget with the ICustomToolbarWidgetRendered
Notes: This method provides the ability to control which widgets will (later)
be passed to the method RenderWidget

Parameters:
phWidget HANDLE
The handle of the Widget that should be tested
poToolbarsManager Infragistics.Win.UltraWinToolbars.UltraToolbarsManager
The Infragistics.Win.UltraWinToolbars.UltraToolbarsManager instance used for rendering the Toolbar
poRibbonGroup Infragistics.Win.UltraWinToolbars.RibbonGroup
The Infragistics.Win.UltraWinToolbars.UltraToolbar instance used for rendering the Toolbar
Returns Infragistics.Win.UltraWinToolbars.ToolBase
The Infragistics ToolBase instance that was created for the ABL Widget (root tool instance)
Top

Infragistics.Win.UltraWinToolbars.ToolBase RenderWidget (handle, UltraToolbarsManager, UltraToolbar)

Purpose: Indicates of the provided widget should be rendered by the ICustomToolbarWidgetRendered
Notes: This method provides the ability to control which widgets will (later)
be passed to the method RenderWidget

Parameters:
phWidget HANDLE
The handle of the Widget that should be tested
poToolbarsManager Infragistics.Win.UltraWinToolbars.UltraToolbarsManager
The Infragistics.Win.UltraWinToolbars.UltraToolbarsManager instance used for rendering the Toolbar
poToolbar Infragistics.Win.UltraWinToolbars.UltraToolbar
The Infragistics.Win.UltraWinToolbars.UltraToolbar instance used for rendering the Toolbar
Returns Infragistics.Win.UltraWinToolbars.ToolBase
The Infragistics ToolBase instance that was created for the ABL Widget (root tool instance)


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       30.03.2026 11:14:09