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 MedicalViewerIconStatus _ 
)  
            public: 
void SetTitlebarIconState(  
   int subCellIndex, 
   int iconIndex, 
   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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.