Gets or sets the
Image to display on the
SuperPanel.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property Image As ImageSource |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As SuperPanel
Dim value As ImageSource
instance.Image = value
value = instance.Image
|
Return Value
A reference to an
ImageSource,
Image specifies the
Image to display on the
SuperPanel. The default value is
null (
Nothing in Visual Basic).
Remarks
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