B
Bulat Baltin
Hello,
I try to use Dock property in UserControl (if it matters) in the
following way
this.Dock = DockStyle.Left | DockStyle.Bottom | DockStyle.Right;
At runtime I gets :
System.ComponentModel.InvalidEnumArgumentException: The value of
argument 'value' (7) is invalid for Enum type 'DockStyle'.
How to fix it?
Regards,
Bulat Baltin
I try to use Dock property in UserControl (if it matters) in the
following way
this.Dock = DockStyle.Left | DockStyle.Bottom | DockStyle.Right;
At runtime I gets :
System.ComponentModel.InvalidEnumArgumentException: The value of
argument 'value' (7) is invalid for Enum type 'DockStyle'.
How to fix it?
Regards,
Bulat Baltin