This documentation is archived and is not being maintained.
Image.Flags Property
.NET Framework 1.1
Gets attribute flags for this Image object.
[Visual Basic] Public ReadOnly Property Flags As Integer [C#] public int Flags {get;} [C++] public: __property int get_Flags(); [JScript] public function get Flags() : int;
Property Value
The attribute flags for this Image object.
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
Show: