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

Inheritance: ViewSlice
Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

Méthode 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

Méthode Description
ConcSlice ( ConcView cv ) : SIL.FieldWorks.FDO
ToggleExpansion ( ) : void

Method Details

Collapse() public méthode

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

Expand() public méthode

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