ColorPressed Property

Summary

Gets or sets the value that represents the color of the icon when pressed.

Syntax
C#
VB
C++
public Color ColorPressed { get; set; } 
  
Public Property ColorPressed As Color 
            public: 
property Color ColorPressed { 
   Color get(); 
   void set (    Color ); 
} 

Property Value

A Leadtools.RasterColor that represents the color of the icon when pressed.

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