TreeBarItem Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the tree bar item.
public ref class TreeBarItem : System::Windows::Controls::TreeViewItem
public class TreeBarItem : System.Windows.Controls.TreeViewItem
type TreeBarItem = class
inherit TreeViewItem
Public Class TreeBarItem
Inherits TreeViewItem
- Inheritance
-
TreeBarItem
Constructors
TreeBarItem() |
Initializes a new instance of the TreeBarItem class. |
Fields
ImageProperty |
Specifies the image. |
TextProperty |
Specifies the text. |
Properties
Image |
Gets or sets the image. |
Text |
Gets or sets the text. |