property Element.ClientPadding(Edge as PaddingEdgeEnum) as Long
Returns or sets a value that indicates the padding of the element's client.

TypeDescription
Edge as PaddingEdgeEnum A PaddingEdgeEnum expression that specifies the edge to be changed.
Long A long expression that specifies the padding.
The ClientPadding property specifies the padding while the element's Type property is exElementHostWindow or exElementHostControl. The ClientPadding property has no effect if the element's Type property is exElementHostDefault ( by default ). The Padding property specifies the body/background padding if the element's Type property is exElementHostDefault ( by default ). The BorderPadding property specifies the padding to be applied on borders, to define the position of the status and the body parts of the element. The StatusPadding property specifies the status padding.