Namespace: Consultingwerk.WindowIntegrationKit
Interface 
ICustomToolbarWidgetRenderer Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implemented by: Consultingwerk.WindowIntegrationKit.SampleCustomToolbarWidgetRenderer

File:ICustomToolbarWidgetRenderer
Purpose:Interface supporting the rendering of custom ABL Widgets
in the Infragistics Toolbar by the UltraToolbarsHelper
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Thu Feb 23 15:49:33 CET 2012
Purpose: Indicates the start of the rendering of a new RibbonGroup
Notes: Provides transactional support with EndToolbar



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) Renders the provided widget with the ICustomToolbarWidgetRendered


Method Detail
Top

PUBLIC 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

PUBLIC 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

PUBLIC 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

PUBLIC 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

PUBLIC 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

PUBLIC 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

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

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
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-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 06:18:01