26 references to Selectable
System.Windows.Forms (22)
System\Windows\Forms\Control.cs (5)
334| ControlStyles.Selectable, 4420if ((_controlStyle & ControlStyles.Selectable) != ControlStyles.Selectable) 8561if (((validationConstraints & ValidationConstraints.Selectable) == ValidationConstraints.Selectable && !c.GetStyle(ControlStyles.Selectable)) 11510if (button == MouseButtons.Left && GetStyle(ControlStyles.Selectable))
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (1)
37SetStyle(ControlStyles.Selectable, false);
System\Windows\Forms\Controls\Labels\FocusableLabel.cs (1)
14SetStyle(ControlStyles.Selectable, true);
System\Windows\Forms\Controls\Labels\Label.cs (1)
73ControlStyles.Selectable, false);
System\Windows\Forms\Controls\Labels\LinkLabel.cs (1)
1716SetStyle(ControlStyles.Selectable, selectable);
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (1)
110SetStyle(ControlStyles.Opaque | ControlStyles.Selectable, false);
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (1)
40SetStyle(ControlStyles.UserPaint | ControlStyles.UseTextForAccessibility | ControlStyles.Selectable, false);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\DropDownButton.cs (1)
17SetStyle(ControlStyles.Selectable, true);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\HelpPane.cs (1)
57SetStyle(ControlStyles.Selectable, false);
System\Windows\Forms\Controls\Splitter\Splitter.cs (1)
49SetStyle(ControlStyles.Selectable, false);
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (2)
133SetStyle(ControlStyles.Selectable, false); 3713SetStyle(ControlStyles.Selectable, TabStop);
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.cs (2)
52SetStyle(ControlStyles.Selectable, false); 323SetStyle(ControlStyles.Selectable, value);
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownButtons.cs (1)
44SetStyle(ControlStyles.Selectable, false);
System\Windows\Forms\Form.cs (1)
3810if (!GetStyle(ControlStyles.Selectable) || !Enabled || !Visible)
System\Windows\Forms\MDI\MDIClient.cs (1)
31SetStyle(ControlStyles.Selectable, false);
System\Windows\Forms\Panels\Panel.cs (1)
31SetStyle(ControlStyles.Selectable | ControlStyles.AllPaintingInWmPaint, false);
System.Windows.Forms.Design (4)
System\ComponentModel\Design\DesignerActionPanel.TextBoxPropertyLine.cs (1)
324SetStyle(ControlStyles.Selectable, true);
System\Windows\Forms\Design\AnchorEditor.AnchorUI.cs (1)
202SetStyle(ControlStyles.Selectable, false);
System\Windows\Forms\Design\ComponentTray.cs (1)
1908SetStyle(ControlStyles.Selectable, false);
System\Windows\Forms\Design\ToolStripTemplateNode.cs (1)
1590SetStyle(ControlStyles.Selectable, true);