C# 클래스 DocumentExplorerExample.Item

Base class to provide GUI representation for document nodes.
파일 보기 프로젝트 열기: aspose-words/Aspose.Words-for-.NET

공개 메소드들

메소드 설명
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