NoBorder
NoBorder
Adds or removes the border from a picture button
Boolean property
Applies to: Picture Button
NoBorder
Removes the 3D edging from a grid
Read-only This is a style property that is only available in the forms designer. It is possible to modify this programmatically through the Style property in the Create event.
Applies to: Grid
This property is used to determine if a border is to be added to the control. If set to TRUE then the border is removed. For example:
.picControl1.NoBorder = TRUE
and to find out the current setting the following could be used:
Border = .picPiccontrol1.NoBorder
The size of the drop down border that is displayed when the button is clicked can be changed with the Thickness property. Setting NoBorder to TRUE and Thickness to zero will display no border around the picture.
Grid
If set to TRUE This removes the 3D effect edging from the grid control.
This is a design time only property that has no effect if changed under program control.