C#
VB
C++
Checks or un-checks the specified icon.
public void SetTitlebarIconState(
int subCellIndex,
int iconIndex,
MedicalViewerIconStatus status
)
Public Sub SetTitlebarIconState( _
ByVal subCellIndex As Integer, _
ByVal iconIndex As Integer, _
ByVal status As Leadtools.Medicalviewer.MedicalViewerIconStatus _
)
public:
void SetTitlebarIconState(
int subCellIndex,
int iconIndex,
Leadtools.Medicalviewer.MedicalViewerIconStatus status
)
subCellIndex
The zero-based index of the sub-cell that contains the targeted icon.
iconIndex
Index of the icon to be checked un-checked.
status
The new status of the icon.
For an example, refer to MedicalViewerIcon
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET