BCGControlBar Library for .NET
IMAGE_STATE Enumeration




Used for identification of the color for drawing internal button images. It depends on the current state of the button (Checked, highlighted and so on).
Syntax
'Declaration
 
Public Enum IMAGE_STATE 
   Inherits System.Enum
'Usage
 
Dim instance As IMAGE_STATE
public enum IMAGE_STATE : System.Enum 
__value public enum IMAGE_STATE : public System.Enum 
public enum class IMAGE_STATE : public System.Enum 
Members
MemberDescription
ImageBlackThe image is drawn if the button state is normal.
ImageBlack2 
ImageDkGray 
ImageGrayThe image is drawn if the button state is disabled.
ImageLtGray 
ImageWhiteThe image is drawn if the button is highlighted and text color is white.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         BCGSoft.Shared.IMAGE_STATE

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BCGSoft.Shared Namespace

Send Feedback