Picture Property (APanel)

Returns or sets the background picture for the Panel object.

Syntax

[ pic = ] Object.Picture

The Picture property syntax has the following parts:

 

Name]

Type

Description

Object

APanel

APanel control

pic

APicture

Panel background picture

Example

The following example will set background picture to a panel control:

panel.Picture=picBackground

Applies to

APanel

See Also