29 references to ToolStripGripStyle
System.Windows.Forms (26)
_generated\1\Validation.cs (2)
479
public static void Validate(System.Windows.Forms.
ToolStripGripStyle
enumToValidate, string parameterName = "value")
483
ReportEnumValidationError(parameterName, intValue, typeof(System.Windows.Forms.
ToolStripGripStyle
));
System\Windows\Forms\Controls\Menus\MenuStrip.cs (4)
21
GripStyle =
ToolStripGripStyle
.Hidden;
77
return GripStyle ==
ToolStripGripStyle
.Visible
87
[DefaultValue(
ToolStripGripStyle
.Hidden)]
88
public new
ToolStripGripStyle
GripStyle
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
202
_toolStrip.GripStyle =
ToolStripGripStyle
.Hidden;
System\Windows\Forms\Controls\ToolStrips\StatusStrip.cs (3)
35
GripStyle =
ToolStripGripStyle
.Hidden;
110
[DefaultValue(
ToolStripGripStyle
.Hidden)]
111
public new
ToolStripGripStyle
GripStyle
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (11)
42
private
ToolStripGripStyle
_toolStripGripStyle =
ToolStripGripStyle
.Visible;
731
if ((LayoutEngine is ToolStripSplitStackLayout) && (GripStyle ==
ToolStripGripStyle
.Visible))
787
Visible = _toolStripGripStyle ==
ToolStripGripStyle
.Visible,
799
[DefaultValue(
ToolStripGripStyle
.Visible)]
800
public
ToolStripGripStyle
GripStyle
813
Grip.Visible = _toolStripGripStyle ==
ToolStripGripStyle
.Visible;
854
return (GripStyle ==
ToolStripGripStyle
.Visible) ? Grip.Bounds : Rectangle.Empty;
2312
if (toolStrip.GripStyle ==
ToolStripGripStyle
.Visible)
2370
if (toolStrip.GripStyle ==
ToolStripGripStyle
.Visible)
4244
if (GripStyle ==
ToolStripGripStyle
.Visible)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (3)
417
[DefaultValue(
ToolStripGripStyle
.Hidden)]
420
public new
ToolStripGripStyle
GripStyle
1092
GripStyle =
ToolStripGripStyle
.Hidden;
System\Windows\Forms\Controls\ToolStrips\ToolStripGripRenderEventArgs.cs (1)
31
public
ToolStripGripStyle
GripStyle => ToolStrip.GripStyle;
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
800
_toolStrip1.GripStyle =
ToolStripGripStyle
.Hidden;
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ToolStripActionList.cs (2)
106
public
ToolStripGripStyle
GripStyle
108
get => (
ToolStripGripStyle
)GetProperty(nameof(GripStyle))!;
System\Windows\Forms\Design\ToolStripTemplateNode.cs (1)
1443
_miniToolStrip.GripStyle =
ToolStripGripStyle
.Hidden;