| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal tag As Long, _ ByVal formatString As String, _ ByVal position As MedicalViewerTagAlignment, _ ByVal row As Integer _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public OverlayTag( long tag, string formatString, MedicalViewerTagAlignment position, int row ) | |
| C++/CLI | |
|---|---|
public: OverlayTag( long tag, String^ formatString, MedicalViewerTagAlignment position, int row ) | |
Parameters
- tag
- The Tag value.
- formatString
- The format String of the displayed value.
- position
- The Tag's Position within the MedicalViewerCell.
- row
- The index of the row for the displayed Tag.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family