C# Class SIL.FieldWorks.Common.Framework.DetailControls.TwoLevelConc.ConcSlice

Inheritance: ViewSlice
Mostrar archivo Open project: sillsdev/FieldWorks

Public Methods

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

Private Methods

Method Description
ConcSlice ( ConcView cv ) : SIL.FieldWorks.FDO
ToggleExpansion ( ) : void

Method Details

Collapse() public method

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

Expand() public method

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