IP Control for WPF
Introduction
Here I am introducing a WPF IP-Control. This control is a simple to use IP-Control made out of WPF text box control. You can use this IP-Control in any Microsoft WPF/Silverlight application. This control is inherited from TextBox control. This can be used like any text box control. But the display will be rendered to look like an IP-Control. Below is the image of the proposed WPF IP-Address Control.
How to use this IP-Address Control? Attached here in this article is the IP-Address Control class. You can download it from Github page. Contribution to this control is appreciated. It can be used like any other TextBox control. You can bind or enter any valid IP-Address value to this control but the output will be rendered in an IP-Address v4 format. Now we will see how we can use this control in a xaml.