mrucombobox SpacingKind property
Return to Introduction  Previous page  Next page
Applies to
acEdit, acNumberEdit, acIPEdit, acLabeledComboBox, acMRUComboBox and acImagesComboBox components as subproperty of AttachedLabel structure.  

Declaration
type  
  TacAttachedLabelSpacingKind = (skNearPoint, skFarPoint);  
 
property SpacingKind: TacAttachedLabelSpacingKind;  

Description
The SpacingKind property specifies how to measure the spacing between the control and attached label.  
 
There is two possible values for SpacingKind property:  
ValueMeaning  
skNearPointthe Spacing property signifies the distance between control and nearest point of attached label;  
skFarPointthe Spacing property signigies the distance between control and far point of label.  

Screenshot
acattachedlabelss2  

See also
Spacing and Position properties.