Click here to Skip to main content
Click here to Skip to main content

Simple method using Enum.Parse to change the dockstyle to control on form with combobox

By , 7 May 2011
 

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

1. Simple method using Enum.Parse to change the dockstyle to control on form with combobox
Updated: 14 May 2011
C#, XML, Design, Forms, Development
 
2. Simple method using Enum.Parse to change the dockstyle to control on form with combobox
Updated: 9 May 2011
ComboBox items do not have to be strings.The combobox calls ToString on each object in Items so simply add the enum values to the combobox.using System;using System.Drawing;using System.Windows.Forms;namespace Anchor_Form{ public class Form1 : Form { public...
C#, XML, Design, Forms, Development
 

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

charles henington
United States United States
Member
I do not claim to be wrong! I just rarely ever write.

| | Privacy | Mobile
Web01 | 2.6.130516.1 | Last Updated 7 May 2011
Article Copyright 2011 by charles henington
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid