| KiXforms Class Library |
Control.DockPadding Property |
Sets the dock padding settings for all edges of the control.
object.DockPadding = long
object.DockPadding = long, long, long, long
One of the following values:
long - a numeric value that represents the padding for all the edges of a docked control.
long, long, long, long - an array of four numeric values that represents the top, bottom, left and right edge padding of a docked control.
This property controls the border inside of this control for docked components.
$Form.DockPadding = 5 $Form.GroupBox1.DockPadding = 2, 2, 2, 2
| The CHM file was converted to HTML by chm2web software. |