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 () Initializes the Visual Design
- 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

PROTECTED 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

PUBLIC 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

PROTECTED 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

PROTECTED 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

PRIVATE InitializeComponent ()

Purpose: Initializes the Visual Design
Notes:

Top

PRIVATE 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

PUBLIC SystemObjectPropertyControl ()

Purpose: Constructor for the SystemObjectPropertyControl class
Notes:



Property Detail
Top

PUBLIC LOGICAL DesignTime


Returns LOGICAL


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