C# Class SourceGrid.Cells.Views.MultiImages

Inheritance: Cell
ファイルを表示 Open project: zhuangyy/Motion Class Usage Examples

Public Methods

Method Description
Clone ( ) : object

Clone this object. This method duplicate all the reference field (Image, Font, StringFormat) creating a new instance.

MultiImages ( ) : System

Use default setting

MultiImages ( MultiImages other ) : System

Copy constructor. This method duplicate all the reference field (Image, Font, StringFormat) creating a new instance.

Protected Methods

Method Description
GetElements ( ) : IEnumerable

Private Methods

Method Description
GetBaseElements ( ) : IEnumerable

Method Details

Clone() public method

Clone this object. This method duplicate all the reference field (Image, Font, StringFormat) creating a new instance.
public Clone ( ) : object
return object

GetElements() protected method

protected GetElements ( ) : IEnumerable
return IEnumerable

MultiImages() public method

Use default setting
public MultiImages ( ) : System
return System

MultiImages() public method

Copy constructor. This method duplicate all the reference field (Image, Font, StringFormat) creating a new instance.
public MultiImages ( MultiImages other ) : System
other MultiImages
return System