- subCellIndex
- the sub-cell index of the cell which to repaint its annotations.
| Visual Basic (Declaration) | |
|---|---|
Overloads Public Sub RefreshAnnotation( _ ByVal subCellIndex As Integer _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As MedicalViewerBaseCell Dim subCellIndex As Integer instance.RefreshAnnotation(subCellIndex) | |
| C# | |
|---|---|
public void RefreshAnnotation( int subCellIndex ) | |
| C++/CLI | |
|---|---|
public: void RefreshAnnotation( int subCellIndex ) | |
Parameters
- subCellIndex
- the sub-cell index of the cell which to repaint its annotations.
For an example, please refer to MedicalViewerSubCell
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code