M
Marius Horak
A small UserControl, just 5 TextBoxes and two CheckBoxes.
Design mode
AutoSize = False
CheckAlign = MiddleLeft
FlatStyle = Flat
RightToLeft = Yes
Size = 128, 20
Text = VIP (Holding Bay)
TextAlign = MiddleLeft
But in Runtime mode the Text is "(VIP (Holding Bay" (excluding quotes).
And there are no instructions to change the Text of the ComboBox in the
code.
MH
Design mode
AutoSize = False
CheckAlign = MiddleLeft
FlatStyle = Flat
RightToLeft = Yes
Size = 128, 20
Text = VIP (Holding Bay)
TextAlign = MiddleLeft
But in Runtime mode the Text is "(VIP (Holding Bay" (excluding quotes).
And there are no instructions to change the Text of the ComboBox in the
code.
MH