BCGControlBar Library for .NET
IMAGES_IDS Enumeration




Defines the image on the standard buttons. Used for drawing an image on the caption button, a tick on the checked button, arrows on the menu buttons and other.

Syntax
'Declaration
 
Public Enum IMAGES_IDS 
   Inherits System.Enum
'Usage
 
Dim instance As IMAGES_IDS
public enum IMAGES_IDS : System.Enum 
__value public enum IMAGES_IDS : public System.Enum 
public enum class IMAGES_IDS : public System.Enum 
Members
MemberDescription
IdArowBackRepresents a left arrow to draw on the  back scroll button from the TabStripCommandPanel.
IdArowDownRepresents a down arrow to draw on the combobox drop button, customize button, scroll button and so on.
IdArowDownLargeRepresents a triangle image to draw on the customize caption button of the floating window, on the forward scroll button from the TabStripCommandPanel.
IdArowFirst 
IdArowForwardRepresents a right arrow to draw on the forward  scroll button from the TabStripCommandPanel.
IdArowLast 
IdArowLeft 
IdArowLeftDsbldTab3d 
IdArowLeftLargeRepresents a left arrow to draw on the back scroll button from the TabStripCommandPanel.
IdArowLeftTab3d 
IdArowPageLeft 
IdArowPageRight 
IdArowRightRepresents a right arrow to draw on the menu item with a submenu, scroll button and so on.
IdArowRightDsbldTab3d 
IdArowRightLargeRepresents a triangle image to draw on the back scroll button from the TabStripCommandPanel, on the menu item with submenu.
IdArowRightTab3d 
IdArowShowAll 
IdArowUpRepresents an up arrow to draw on the scroll button.
IdArowUpLargeRepresents an up arrow to draw on the back scroll button from the TabStripCommandPanel.
IdArrowBottom 
IdArrowRightNarrow 
IdCheckRepresents a tick to draw on the checked menu button.
IdCloseRepresents an icon to draw on the button which closes a window.
IdCloseBoldRepresents a bold cross image to draw on the button which closes a window.
IdCloseSmallRepresents a small cross to draw on the button which closes a window.
IdCustomizeArowDownRepresents a triangle image to draw on the customize button of the horizontally located toolbar in Visual Style 2003 and related.
IdCustomizeArowDownBold 
IdCustomizeArowLeftRepresents a triangle image  to draw  on the customize  button of the vertically located toolbar in Visual Style 2003 and related.
IdCustomizeMoreButtonsHorzRepresents an image with two right arrows  to draw "MoreButtons" button on the customize  button of the horizontally located toolbar in Visual Style 2003 and related.
IdCustomizeMoreButtonsVertRepresents an image with two down arrows  to draw "MoreButtons" button on the customize  button of the vertically located toolbar in Visual Style 2003 and related.
IdMaximizeRepresents an icon to draw on the button which maximizes a window.
IdMinimizeRepresents an icon to draw on the button which minimizes a window.
IdMoreButtonsRepresents an image with two right arrows  to draw on the customize  button of the horizontally located toolbar.
IdPinHorzRepresents a triangle image to draw on the "Autohide" caption button of the docking pane in autohide mode.
IdPinVertRepresents a triangle image to draw on the "Autohide" caption button of the docking pane in non-autohide mode.
IdRadioRepresents a circle to draw on the radio button or the checked menu item.
IdRestoreRepresents an icon to draw on the button which restores a window.
IdRibbonHide 
IdRibbonLaunch 
IdRibbonShow 
UndefinedNo image should be drawn.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         BCGSoft.Shared.IMAGES_IDS

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