C# 클래스 SourceGrid.Cells.Views.MultiImages

상속: Cell
파일 보기 프로젝트 열기: zhuangyy/Motion 1 사용 예제들

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
GetElements ( ) : IEnumerable

비공개 메소드들

메소드 설명
GetBaseElements ( ) : IEnumerable

메소드 상세

Clone() 공개 메소드

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

GetElements() 보호된 메소드

protected GetElements ( ) : IEnumerable
리턴 IEnumerable

MultiImages() 공개 메소드

Use default setting
public MultiImages ( ) : System
리턴 System

MultiImages() 공개 메소드

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