Home - Forums-.NET - FlyGrid.Net (Windows Forms) - INodeWithImage - ImageKey & SelectedImageKey

FlyGrid.Net (Windows Forms)

.NET Datagrid - Fast, highly customizable, industry standards .NET data grid control for WinForms

This forum related to following products: FlyGrid.Net

INodeWithImage - ImageKey & SelectedImageKey
Link Posted: 19-Mar-2006 04:48
Hi,

In your new version (1.3.6) you added two new properties:
ImageKey & SelectedImageKey.
Because we have a class the implements this interface I need to know what are they for? and how can we use them?

thanks,

Oren.
Link Posted: 19-Mar-2006 07:05
These properties are for compaitiliby with System.Windows.Forms.TreeNode functionality.
As you know in the .Net 2.0 System.Windows.Forms.ImageList supports named images. These properties allow to specify named images on node instead of indexes in ImageList (ImageIndex/SelectedImageIndex properties).
HiararchyColumn/TreeViewcolumn will support these properties implemented on INodeWithImage automatically to extract images for displaying.