C# 클래스 Open.Core.Lists.ListItem

An implementation of a TreeNode for inclusion within the ListTree control.
상속: TreeNode, IListItem, IHtmlFactory
파일 보기 프로젝트 열기: philcockfield/Open.TestHarness.SL 1 사용 예제들

공개 메소드들

메소드 설명
Create ( string text ) : ListItem

Creates a new tree node (factory).

CreateHtml ( ) : string

Allows deriving classes to provide custom HTML for the item.

To reuse default behavior, use the following classes on child-elements of the returned HTML: - itemLabel: The display text of the item.

ToString ( ) : string

보호된 메소드들

메소드 설명
OnIsSelectedChanged ( ) : void

메소드 상세

Create() 공개 정적인 메소드

Creates a new tree node (factory).
public static Create ( string text ) : ListItem
text string The value of the 'Text' property.
리턴 ListItem

CreateHtml() 공개 메소드

Allows deriving classes to provide custom HTML for the item.
To reuse default behavior, use the following classes on child-elements of the returned HTML: - itemLabel: The display text of the item.
public CreateHtml ( ) : string
리턴 string

OnIsSelectedChanged() 보호된 메소드

protected OnIsSelectedChanged ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string