C# 클래스 AspNetEdit.Gui.Toolbox.TextToolboxNode

상속: ItemToolboxNode
파일 보기 프로젝트 열기: mono/aspeditor

보호된 프로퍼티들

프로퍼티 타입 설명
Text string

공개 메소드들

메소드 설명
Activate ( object host ) : void
Filter ( string keyword ) : bool
TextToolboxNode ( string text ) : System

메소드 상세

Activate() 공개 메소드

public Activate ( object host ) : void
host object
리턴 void

Filter() 공개 메소드

public Filter ( string keyword ) : bool
keyword string
리턴 bool

TextToolboxNode() 공개 메소드

public TextToolboxNode ( string text ) : System
text string
리턴 System

프로퍼티 상세

Text 보호되어 있는 프로퍼티

protected string Text
리턴 string