FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ButtonCellType Class / PictureDown Property


In This Topic
PictureDown Property (ButtonCellType)
In This Topic
Gets or sets the image for the down state of the button.
Syntax
'Declaration
 
Public Property PictureDown As Image
 
'Usage
 
Dim instance As ButtonCellType
Dim value As Image
 
instance.PictureDown = value
 
value = instance.PictureDown
See Also