ICreate.Controls.Bars Send comments on this topic.
TitleImage Property
See Also 
ICreate.Controls.Bars Namespace > TaskBar Class : TitleImage Property






Gets or sets the Image displayed on the left side of the TaskBar title bar.

Syntax

Visual Basic (Declaration) 
Public Property TitleImage As Image
Visual Basic (Usage)Copy Code
Dim instance As TaskBar
Dim value As Image
 
instance.TitleImage = value
 
value = instance.TitleImage
C# 
public Image TitleImage {get; set;}
Delphi 
public read-write property TitleImage: Image; 
JScript 
public function get,set TitleImage : Image
Managed Extensions for C++ 
public: __property Image get_TitleImage();
public: __property void set_TitleImage( 
   Image value
);
C++/CLI 
public:
property Image TitleImage {
   Image get();
   void set (Image value);
}

Return Value

A reference to an Image, this property specifies the Image displayed on the left side of the TaskBar title bar. The default value is null (Nothing in Visual Basic).

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also