BCGControlBar Library for .NET
InternalImageID Property




Specifies the image from IMAGE_IDS collection to draw within the button. In default implementation of the constructor of the CommandButton class the value "Undefined" is set.
Syntax
'Declaration
 
Public Property InternalImageID As IMAGES_IDS
'Usage
 
Dim instance As CommandButton
Dim value As IMAGES_IDS
 
instance.InternalImageID = value
 
value = instance.InternalImageID
public IMAGES_IDS InternalImageID {get; set;}
public: __property IMAGES_IDS get_InternalImageID();
public: __property void set_InternalImageID( 
   IMAGES_IDS value
);
public:
property IMAGES_IDS InternalImageID {
   IMAGES_IDS get();
   void set (    IMAGES_IDS value);
}
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

CommandButton Class
CommandButton Members

Send Feedback