This property is obsolete.

Distance between the edge of the control and the beginning of panes. This distance is the same for all edges.

Syntax

Initialize
JavaScript CopyCode imageCopy Code
<script type="text/javascript" src="iuembed.js"></script>
<script type="text/javascript">
var scb = new ShellComboBoxWriter("ShellComboBoxID", 610, 500);
//...other params...
scb.addParam("Padding", "0");
//...other params...
scb.writeHtml();
</script>
Get/Set Value in Runtime
JavaScript CopyCode imageCopy Code
getImageUploader("ShellComboBoxID").setPadding(value);
value = getImageUploader("ShellComboBoxID").getPadding();
Property Value

A positive integer value which specify ShellComboBox padding (in pixels).

Default value is "0".

Remarks

This property is obsolete. It is highly recommended to specify padding through HTML.