Namespace: Consultingwerk.Windows.Util.Controls
Class 
SystemObjectPropertyControl Copy to Clipboard
Parent classes:
Inherits: Progress.Windows.UserControl

File:SystemObjectPropertyControl
Purpose:Visualizes properties on a System.Object instance
in a GUI for .NET Control
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Sat Dec 05 08:21:09 CET 2015



Top Method Summary
Options Name Purpose
AddNode (TreeNodesCollection, character, Object, character) Adds a node to the treeview
DisplayObjectProperties (Object) Displays the properties of the passed in object in the property grid
DisplayObjectProperties (Object, TreeNodesCollection) Displays the properties of the passed in object in the property grid
CHARACTER GetToStringValue (Object) Returns the string representation of an object instance
InitializeComponent ()
ultraTree1_BeforeExpand (Object, CancelableNodeEventArgs) Event handler for the BeforeExpant event of the tree

Top Constructor Summary
Options Name Purpose
SystemObjectPropertyControl () Constructor for the SystemObjectPropertyControl class

Top Property Summary
Options Name Purpose
LOGICAL DesignTime


Method Detail
Top

AddNode (TreeNodesCollection, character, Object, character)

Purpose: Adds a node to the treeview
Notes:

Parameters:
poTreeNodes Infragistics.Win.UltraWinTree.TreeNodesCollection
The tree nodes collection
pcName CHARACTER
The attribute name
poValue System.Object
The attribute value (object)
pcValue CHARACTER
The attribute value (string)
Top

DisplayObjectProperties (Object)

Purpose: Displays the properties of the passed in object in the property grid
Notes:

Parameters:
poObject System.Object
The object to visualize
Top

DisplayObjectProperties (Object, TreeNodesCollection)

Purpose: Displays the properties of the passed in object in the property grid
Notes:

Parameters:
poObject System.Object
The object to visualize
poTreeNodes Infragistics.Win.UltraWinTree.TreeNodesCollection
The parent nodes collection to add the object properties to
Top

CHARACTER GetToStringValue (Object)

Purpose: Returns the string representation of an object instance
Notes:

Parameters:
poObject System.Object
The reference to the object to return the string representation for
Returns CHARACTER
The character value representing the object
Top

InitializeComponent ()


Top

ultraTree1_BeforeExpand (Object, CancelableNodeEventArgs)

Purpose: Event handler for the BeforeExpant event of the tree
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e Infragistics.Win.UltraWinTree.CancelableNodeEventArgs
The CancelableNodeEventArgs with the data for this event


Constructor Detail
Top

SystemObjectPropertyControl ()

Purpose: Constructor for the SystemObjectPropertyControl class
Notes:



Property Detail
Top

LOGICAL DesignTime


Returns LOGICAL


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