property CalendarCombo.LabelBounds as Variant
Specifies the bounds to display the control's label.

TypeDescription
Variant A VARIANT expression that indicates a safe array of 4 elements (VT_I4), that indicates left, top, right and bottom of coordinates of the control's label.
Use the LabelBounds property to get the coordinates of the control's label, so you can replace the static label with a mask edit control or any other control. The /NET or /WPF version provides the LabelBoundsRect property that gets directly the client rectangle of the control's label. The value of the LabelBoundsRect property can be passed to the Bounds of the inside control, so it covers the control's static label. The C:\Program Files\Exontrol\ExCalendar.NET\Sample\VB.NET\Sample.Exontrol.Date-Picker sample shows you can you can use the LabelBounds or LabelBoundsRect property.