Control.Enabled 屬性 ... Top; // Disable the GroupBox (which disables all its child controls) groupBox1.Enabled = false; // Add the Groupbox to the form.
確定! 回上一頁