HypernovaDesktop Components · docs
Binarymission
WinFormsTree List View › BinaryTreeListViewCellInfo

BinaryTreeListViewCellInfo

class.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.TreeControls

A specialist class that provides customization information for the BinaryTreeListViewCell instance that hosts the tree view content.

public class BinaryTreeListViewCellInfo

Remarks

When constructing and adding nodes/child nodes, you are recommended to use this class to construct the information for a given BinaryTreeListViewCell node.
For more information of this class' usage, please refer to an example here: BinaryTreeListViewNodesCollection.Add(object[] cellValues) .

Members at a glance

BinaryTreeListViewCellInfoAn explicit cast operator implementation, that will covert a given instance of String into a usable BinaryTreeListViewCellInfo instance.
ImageGets or sets the Image instance for this cell instance.
ShowImageGets or sets whether to display the image (if any) for this cell instance.
TextGets or sets the text content for this cell instance.
ToStringAn overridden implementation of ToString method.

Constructors

BinaryTreeListViewCellInfo

public static explicit operator BinaryTreeListViewCellInfo(string value)

An explicit cast operator implementation, that will covert a given instance of String into a usable BinaryTreeListViewCellInfo instance.

value

Properties

Image

public Image Image

Gets or sets the Image instance for this cell instance.

ShowImage

public bool ShowImage

Gets or sets whether to display the image (if any) for this cell instance.

Text

public string Text

Gets or sets the text content for this cell instance.

Methods

ToString

public override string ToString()

An overridden implementation of ToString method.