GetTitlebarIconState Method

Summary

Determines whether the specified icon is checked.

Syntax
C#
VB
C++
public MedicalViewerIconStatus GetTitlebarIconState( 
   int subCellIndex, 
   int iconIndex 
) 
  
Public Function GetTitlebarIconState( _ 
   ByVal subCellIndex As Integer, _ 
   ByVal iconIndex As Integer _ 
) As MedicalViewerIconStatus 
            public: 
MedicalViewerIconStatus GetTitlebarIconState(  
   int subCellIndex, 
   int iconIndex 
)  

Parameters

subCellIndex
The zero-based index of the sub-cell that contains the targeted icon.

iconIndex
Index of the icon to be checked.

Return Value

A MedicalViewerIconStatus enumeration value that contains the status of the specified icon in the specified cell.

Example

For an example, refer to MedicalViewerIcon

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly