VLButtonBar Reference

Read/Write Property Picture

See Also See Also Applies To Applies To

Returns or sets a Picture which will appear on a button in VLButtonBar control.

 

Syntax

object.Picture [= StdPicture]

 

The Picture property syntax has these parts:

Part Description
Object An expression evaluating to an object of type CButton
StdPicture A Picture object.

 

Remark

Actual position of the picture relative to the button caption on the button is decided by the ButtonTextPosition property of the parent VLButtonBar control.

A button must have a picture, you cannot remove button picture by setting it to Nothing .