BelhardTraining.Windows.Forms.Controls.IPAddressTextBox.IPAddressTextBox C# (CSharp) Method

IPAddressTextBox() static private method

static private IPAddressTextBox ( ) : System
return System
        static IPAddressTextBox()
        {
            INITCOMMONCONTROLSEX iccex = default(INITCOMMONCONTROLSEX);
            iccex.dwSize = Marshal.SizeOf(iccex);
            iccex.dwICC = CommonControls.ICC_INTERNET_CLASSES;
            InitCommonControlsEx(ref iccex);
        }