Click here to Skip to main content
15,892,575 members
Articles / Programming Languages / XML

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

Rate me:
Please Sign up or sign in to vote.
4.00/5 (2 votes)
7 May 2011CPOL 9.2K   1  
using System;using System.Windows.Forms;namespace WindowsFormsApplication1{ public partial class Form1 : Form { private Panel panel1; private ComboBox comboBox1; public Form1() { InitializeComponent(); } ...

Views

Daily Counts

License

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


Written By
United States United States
I do not claim to be wrong! I just rarely ever write.

Comments and Discussions