C# 클래스 SIL.FieldWorks.Common.Framework.DetailControls.TwoLevelConc.ConcSlice

상속: ViewSlice
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
Collapse ( int iSlice ) : void

Collapse this node, which is at position iSlice in its parent.

Expand ( int iSlice ) : void

Expand this node, which is at position iSlice in its parent.

비공개 메소드들

메소드 설명
ConcSlice ( ConcView cv ) : SIL.FieldWorks.FDO
ToggleExpansion ( ) : void

메소드 상세

Collapse() 공개 메소드

Collapse this node, which is at position iSlice in its parent.
public Collapse ( int iSlice ) : void
iSlice int
리턴 void

Expand() 공개 메소드

Expand this node, which is at position iSlice in its parent.
public Expand ( int iSlice ) : void
iSlice int
리턴 void