C# 클래스 Fractrace.Basic.DataViewElementFactory

파일 보기 프로젝트 열기: trafassel/Gestaltlupe 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_defaultHeight int

공개 메소드들

메소드 설명
Create ( string name, string value, string type, string description, bool shortenName ) : DataViewElement

Return new DataViewStringElement, DataViewBoolElement or DataViewHeadlineElement, depending of given type. The Dock property is always set to DockStyle.Top.

메소드 상세

Create() 공개 정적인 메소드

Return new DataViewStringElement, DataViewBoolElement or DataViewHeadlineElement, depending of given type. The Dock property is always set to DockStyle.Top.
public static Create ( string name, string value, string type, string description, bool shortenName ) : DataViewElement
name string
value string
type string
description string
shortenName bool
리턴 DataViewElement

프로퍼티 상세

_defaultHeight 보호되어 있는 정적으로 프로퍼티

protected static int _defaultHeight
리턴 int