/// <summary> /// Initializes a new ComponentPropertiesForm instance. /// </summary> public ComponentPropertiesForm(ComponentPropertiesTabPage tabPage) { InitializeComponent(); Dock = DockStyle.Fill; ParentTabPage = tabPage; colliderTypeCombobox.SelectedIndex = 0; InteractionEnabled = false; }
/// <summary> /// Initializes a new ComponentPropertiesForm instance. /// </summary> public ComponentPropertiesForm(ComponentPropertiesTabPage tabPage) { InitializeComponent(); dynamicCheckBox_CheckedChanged(this, new EventArgs()); Dock = DockStyle.Fill; ParentTabPage = tabPage; colliderTypeCombobox.SelectedIndex = 0; InteractionEnabled = false; }