C# 클래스 Flood.GUI.Controls.PropertyTree

Property table/tree.
상속: TreeControl
파일 보기 프로젝트 열기: FloodProject/flood 1 사용 예제들

공개 메소드들

메소드 설명
Add ( String label ) : Properties

Adds a new properties node.

PropertyTree ( Control parent ) : System

Initializes a new instance of the PropertyTree class.

메소드 상세

Add() 공개 메소드

Adds a new properties node.
public Add ( String label ) : Properties
label String Node label.
리턴 Properties

PropertyTree() 공개 메소드

Initializes a new instance of the PropertyTree class.
public PropertyTree ( Control parent ) : System
parent Control Parent control.
리턴 System