dbicTips Send comments on this topic.
enumControlStyle Enumeration
See Also  
dbicTips Assembly > Dbi.WinControl.Tips Namespace : enumControlStyle Enumeration

The style of the control.

Syntax

Visual Basic (Declaration) 
Public Enum enumControlStyle 
   Inherits System.Enum
C# 
public enum enumControlStyle : System.Enum 

Members

MemberDescription
BlueSets the properties of the control to use a modern Blue style with fill effects.
DefaultThis is the default setting, it is only used once the other properties have been set. To restore the control to it's base settings, use the Standard enum.
GreenSets the properties of the control to use a modern Green style with fill effects.
SilverSets the properties of the control to use a modern Silver style with fill effects.
StandardThe basic control settings are used. The fill effect is solid.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dbi.WinControl.Tips.enumControlStyle

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also