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