←Select platform

SetTitlebarIconState Method

Summary

Checks or un-checks the specified icon.

Syntax

C#
VB
C++
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 
)  
             

Parameters

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.

Example

For an example, refer to MedicalViewerIcon

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly