Namespace: Consultingwerk.WindowIntegrationKit.Controls
Class 
WinKitControls Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object

File:WinKitControls
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Tue Aug 20 13:46:12 CEST 2013
Notes:Avoid the usage of certain static members in hybrid
classes on OpenEdge 11.2 and 11.3 due to OE defect OE00240707
http://knowledgebase.progress.com/articles/Article/000042229?popup=true



Top Method Summary
Options Name Purpose
Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl FromBrowseHandle (handle) Returns the RenderedBrowseControl that is associated to the given browse widget handle
Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl FromQueryHandle (handle) Returns the RenderedBrowseControl that is associated to the given query handle
OnRenderedBrowseControlActivated (Object, EventArgs) Raises the RenderedBrowseControlActivated event
SetDefaultActionHandled (handle) Flags that the browse has handled the DEFAULT-ACTION event

Top Event Summary
Options Name Purpose
RenderedBrowseControlActivated DELEGATE System.EventHandler Static event raised whenever a RenderedBrowseControl is activated. This event is useful to control a central UltraGridColumnChooser etc.

Top Property Summary
Options Name Purpose
INTEGER DefaultMaxDataGuess


Method Detail
Top

Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl FromBrowseHandle (handle)

Purpose: Returns the RenderedBrowseControl that is associated to the given browse widget handle
Notes: Static method

Parameters:
phBrowseHandle HANDLE
The Browse Widget Handle to search the associated RenderedBrowseControl for
Returns Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
The reference to the RenderedBrowseControl or unknown value
Top

Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl FromQueryHandle (handle)

Purpose: Returns the RenderedBrowseControl that is associated to the given query handle
Notes: Static method

Parameters:
phQueryHandle HANDLE
The Query Handle to search the associated RenderedBrowseControl for
Returns Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
The reference to the RenderedBrowseControl or unknown value
Top

OnRenderedBrowseControlActivated (Object, EventArgs)

Purpose: Raises the RenderedBrowseControlActivated event
Notes: Static event raised whenever a SmartDataBrowser is activated. This
event is useful to control a central UltraGridColumnChooser etc.
Similar use case as the SmartDataBrowserActivated event

Parameters:
sender System.Object
The reference to the object that raised the event
e System.EventArgs
The System.EventArgs instance that contains the event data
Top

SetDefaultActionHandled (handle)

Purpose: Flags that the browse has handled the DEFAULT-ACTION event
Notes:

Parameters:
phBrowser HANDLE
The BROWSE widget that has handled a DEFAULT-ACTION event


Event Detail
Top

RenderedBrowseControlActivated DELEGATE System.EventHandler

Purpose: Static event raised whenever a RenderedBrowseControl is activated. This
event is useful to control a central UltraGridColumnChooser etc.
Notes:

Delegate: System.EventHandler


Property Detail
Top

INTEGER DefaultMaxDataGuess


Returns INTEGER


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       13.04.2026 10:31:16