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

File:ISetBackgroundColorFilter
Description:Provides customizable filter capabilities for the
WidgetHelper:SetFrameBackgroundColor routine
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Mon Jan 07 06:47:32 CET 2013
Purpose: Filters widget's for the WidgetHelper:SetFrameBackgroundColor routine
Notes: Allows customizable ignoring of widgets as well as custom
handling of background colors (set color in this routine and return
FALSE.
As the ISetBackgroundColor filter is queried before the resursion to
nested frames is invoked this allows to filter out whole frames as
well



Top Method Summary
Options Name Purpose
+ LOGICAL FilterWidgetForSetBackgroundColor (handle, ISetFrameBackgroundColorParameter) Filters widget's for the WidgetHelper:SetFrameBackgroundColor routine


Method Detail
Top

PUBLIC LOGICAL FilterWidgetForSetBackgroundColor (handle, ISetFrameBackgroundColorParameter)

Purpose: Filters widget's for the WidgetHelper:SetFrameBackgroundColor routine
Notes: Allows customizable ignoring of widgets as well as custom
handling of background colors (set color in this routine and return
FALSE.
As the ISetBackgroundColor filter is queried before the resursion to
nested frames is invoked this allows to filter out whole frames as
well

Parameters:
phWidget HANDLE
The widget for which to return if it shuld be colored or not
poParameter Consultingwerk.Util.ISetFrameBackgroundColorParameter
The ISetFrameBackgroundColorParameter instance with the parameters for the SetFrameBackgroundColor routine
Returns LOGICAL
Logical value indicating if the Widget should be color coded or not, when FALSE the widget will be ignored


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 06:18:02