The OutlineNode type exposes the following members.

Properties

  NameDescription
BackColor
Gets or sets the background color of the tree node.
(Inherited from TreeNode.)
Checked
Gets or sets a value indicating whether the tree node is in a checked state.
(Inherited from TreeNode.)
ContextMenu
Gets the shortcut menu associated with this tree node.
(Inherited from TreeNode.)
ContextMenuStrip
Gets or sets the shortcut menu associated with this tree node.
(Inherited from TreeNode.)
ForeColor
Gets or sets the foreground color of the tree node.
(Inherited from TreeNode.)
FromPreview
ImageIndex
Gets or sets the image list index value of the image displayed when the tree node is in the unselected state.
(Inherited from TreeNode.)
ImageKey
Gets or sets the key for the image associated with this tree node when the node is in an unselected state.
(Inherited from TreeNode.)
Index
Gets the position of the tree node in the tree node collection.
(Inherited from TreeNode.)
Level
Name
Gets or sets the name of the tree node.
(Inherited from TreeNode.)
NodeFont
Gets or sets the font used to display the text on the tree node's label.
(Inherited from TreeNode.)
PageNo
SelectedImageIndex
Gets or sets the image list index value of the image that is displayed when the tree node is in the selected state.
(Inherited from TreeNode.)
SelectedImageKey
Gets or sets the key of the image displayed in the tree node when it is in a selected state.
(Inherited from TreeNode.)
StateImageIndex
Gets or sets the index of the image used to indicate the state of the TreeNode when the parent TreeView has its CheckBoxes property set to false.
(Inherited from TreeNode.)
StateImageKey
Gets or sets the key of the image used to indicate the state of the TreeNode when the parent TreeView has its CheckBoxes property set to false.
(Inherited from TreeNode.)
Tag
Gets or sets the object that contains data about the tree node.
(Inherited from TreeNode.)
Text
Gets or sets the text displayed in the label of the tree node.
(Inherited from TreeNode.)
ToolTipText
Gets or sets the text that appears when the mouse pointer hovers over a TreeNode.
(Inherited from TreeNode.)

See Also