Thickness
Thickness
Specifies the border thickness
Integer property
Applies to: Picture Button
This property is used to specify the drop down border thickness of a KCML picture button. A value of 0 specifies that no drop down border is to be displayed. To remove the controls normal border although the NoBorder property should be set to TRUE. To change the border thickness within the program the following could be used:
.picControl1.Thickness = 10
and to find out the current border thickness the following could be used:
Thickness = .picControl1.Thickness