ComponentOne InputPanel for WinForms
ToolTipGradient Enumeration

C1.Win.C1InputPanel.4 Assembly > C1.Win.C1InputPanel Namespace : ToolTipGradient Enumeration
Specifies a background gradient for the tooltips.
Syntax
'Declaration
 
Public Enum ToolTipGradient 
   Inherits System.Enum
public enum ToolTipGradient : System.Enum 
Members
MemberDescription
AutomaticUse a gradient that matches the current system Visual Style.
BlueUse a blue background gradient.
GoldUse a gold background gradient.
NoneUse no background gradient.
OliveUse an olive background gradient.
SilverUse a silver background gradient.
VistaUse the Vista-style background gradient.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1InputPanel.ToolTipGradient

See Also

Reference

C1.Win.C1InputPanel Namespace