ITreeItem Interface |
Namespace: Eto.Forms
public interface ITreeItem : IImageListItem, IListItem, ITreeStore, IDataStore<ITreeItem>, ITreeItem<ITreeItem>
Public Interface ITreeItem Inherits IImageListItem, IListItem, ITreeStore, IDataStore(Of ITreeItem), ITreeItem(Of ITreeItem)
type ITreeItem = interface interface IImageListItem interface IListItem interface ITreeStore interface IDataStore<ITreeItem> interface ITreeItem<ITreeItem> end