ReadOnly Property

Summary

Determines whether to make the icon read-only (meaning that it can not be adjusted manually).

Syntax
C#
VB
C++
public bool ReadOnly { get; set; } 
  
Public Property ReadOnly As Boolean 
            public: 
property bool ReadOnly { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to make it read-only; otherwise, false.

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