←Select platform

ColorHover Property

Summary

Gets or sets the value that represents the color of the icon when the mouse is hovering over it.

Syntax

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

Property Value

A Leadtools.RasterColor that represents the color of the icon when the mouse is hovering over it.

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