Hi,As you can see from the attachment i've created a ControlContainerTool that holds a time control, as well as a ToolButton control. However I have two issues with the ControlContainer:
1. The caption is actually "Working Day" but it gets trimmed to only the first word.
2. The caption fontcolor is not the same.
What am I missing?
Thanks
Ryan
Is the "Working Day" label part of the contained control or is it the caption for the tool? If it is part of the control, then you can just increase the width of the tool by dragging its edge at design time or by setting its InstanceProps.Width.
When you say the caption font color is not the same, what is it not the same as?
Thanks for the reply Mike.
1. "Working Day" is the caption for the control. Changing its width only increased the the appearance of the numericeditor control. The caption remains as "Working"
2. You will notice that the caption for the buttontool "Test Test" is blue in color while the caption for containter tool "Working" is black.
Thanks.