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






A reference to one of the predefined images.

Syntax

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

Return Value

A reference to an Image, this property returns one of the predefined images.

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