C# Class Fractrace.Basic.DataViewElementFactory

ファイルを表示 Open project: trafassel/Gestaltlupe Class Usage Examples

Protected Properties

Property Type Description
_defaultHeight int

Public Methods

Method Description
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.

Method Details

Create() public static method

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
return DataViewElement

Property Details

_defaultHeight protected_oe static_oe property

protected static int _defaultHeight
return int