ApplicationMenu.Form1.Form1_Load C# (CSharp) Метод

Form1_Load() приватный Метод

private Form1_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void
        private void Form1_Load(object sender, EventArgs e)
        {
            checkBoxShowRecentDocs.Checked = kryptonRibbon1.RibbonAppButton.AppButtonShowRecentDocs;
            textBoxDocsTitle.Text = kryptonRibbon1.RibbonStrings.RecentDocuments;
            textBoxMinWidth.Text = kryptonRibbon1.RibbonAppButton.AppButtonMinRecentSize.Width.ToString();
            textBoxMinHeight.Text = kryptonRibbon1.RibbonAppButton.AppButtonMinRecentSize.Height.ToString();
        }