C# Class NArrange.Gui.Configuration.PropertyTreeNode

Tree node that represents a component property.
Inheritance: System.Windows.Forms.TreeNode
Mostra file Open project: MarcStan/NArrange Class Usage Examples

Public Methods

Method Description
PropertyTreeNode ( PropertyDescriptor property, object component ) : System

Creates a new PropertyTreeNode.

ToString ( ) : string

Gets the string represenation of this object.

Private Methods

Method Description
ClearProperty ( ) : void

Clears the property value.

CreateProperty ( ) : void

Initializes the property value with a new instance.

HandleAddMenuItemClick ( object sender, EventArgs e ) : void

Event handler for the Add menu item click event.

HandleRemoveMenuItemClick ( object sender, EventArgs e ) : void

Event handler for the Remove menu item click event.

Initialize ( ) : void

Initializes the node.

OnPropertyValueChanged ( ) : void

Called when the property value changes.

Method Details

PropertyTreeNode() public method

Creates a new PropertyTreeNode.
public PropertyTreeNode ( PropertyDescriptor property, object component ) : System
property System.ComponentModel.PropertyDescriptor The property.
component object The component.
return System

ToString() public method

Gets the string represenation of this object.
public ToString ( ) : string
return string