C# Класс DocumentExplorerExample.Item

Base class to provide GUI representation for document nodes.
Показать файл Открыть проект

Открытые методы

Метод Описание
CreateItem ( Node aNode ) : Item

Item class factory implementation.

Item ( Node aNode ) : System

Creates Item for the document node.

OnExpand ( ) : void

Provides lazy on-expand loading of underlying tree nodes.

Remove ( ) : void

Приватные методы

Метод Описание
FetchResourceStream ( string resourceName ) : Stream

Returns a resource stream from the executing assembly or throws if the resource cannot be found.

Item ( ) : System

Static ctor.

LoadIcon ( string anIconName ) : Icon

Loads icon from assembly resource stream.

Описание методов

CreateItem() публичный статический Метод

Item class factory implementation.
public static CreateItem ( Node aNode ) : Item
aNode Node
Результат Item

Item() публичный Метод

Creates Item for the document node.
public Item ( Node aNode ) : System
aNode Node Document node which this Item will represent.
Результат System

OnExpand() публичный Метод

Provides lazy on-expand loading of underlying tree nodes.
public OnExpand ( ) : void
Результат void

Remove() публичный Метод

public Remove ( ) : void
Результат void