7 types derived from ScrollableControl
DesignSurface (1)
MainForm.MyScrollableControl.cs (1)
8
internal class MyScrollableControl :
ScrollableControl
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
25
public partial class ToolStrip :
ScrollableControl
, IArrangedElement, ISupportToolStripPanel
System\Windows\Forms\Layout\Containers\ContainerControl.cs (1)
15
public class ContainerControl :
ScrollableControl
, IContainerControl
System\Windows\Forms\Panels\Panel.cs (1)
19
public partial class Panel :
ScrollableControl
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ComponentTray.cs (1)
25
public class ComponentTray :
ScrollableControl
, IExtenderProvider, ISelectionUIHandler, IOleDragClient
System\Windows\Forms\Design\DesignerFrame.cs (1)
340
private class OverlayControl :
ScrollableControl
System.Windows.Forms.Tests (1)
System\Windows\Forms\ScrollableControlTests.cs (1)
2560
public class SubScrollableControl :
ScrollableControl
73 instantiations of ScrollableControl
System.Windows.Forms.Tests (73)
System\Windows\Forms\BinaryFormat\WinFormsBinaryFormattedObjectTests.cs (1)
192
{ new
ScrollableControl
(), new string[] { "DataContext: Object", "Tag: Object" } },
System\Windows\Forms\DockPaddingEdgesTests.cs (23)
22
using ScrollableControl owner =
new
()
41
using ScrollableControl owner =
new
();
60
using ScrollableControl owner =
new
()
81
using ScrollableControl owner =
new
()
103
using ScrollableControl owner =
new
()
124
using ScrollableControl owner =
new
()
146
using ScrollableControl owner =
new
()
167
using ScrollableControl owner =
new
()
189
using ScrollableControl owner =
new
()
210
using ScrollableControl owner =
new
()
232
using ScrollableControl owner =
new
()
250
ScrollableControl owner =
new
()
302
using ScrollableControl owner =
new
()
314
using ScrollableControl owner =
new
()
327
using ScrollableControl owner =
new
()
343
using ScrollableControl owner =
new
()
360
using ScrollableControl owner =
new
()
371
using ScrollableControl owner =
new
()
383
using ScrollableControl owner =
new
()
404
using ScrollableControl owner =
new
()
425
using ScrollableControl owner =
new
()
446
using ScrollableControl owner =
new
()
467
using ScrollableControl owner =
new
()
System\Windows\Forms\HScrollPropertiesTests.cs (1)
10
yield return new object[] { new
ScrollableControl
() };
System\Windows\Forms\Layout\LayoutEngineTests.cs (2)
14
engine.InitLayout(new
ScrollableControl
(), BoundsSpecified.All);
35
Assert.False(engine.Layout(new
ScrollableControl
(), new LayoutEventArgs(new Component(), "affectedProperty")));
System\Windows\Forms\Layout\TableLayoutSettingsTypeConverterTests.cs (2)
181
using ScrollableControl control =
new
();
196
using ScrollableControl control =
new
();
System\Windows\Forms\ScrollableControlTests.cs (21)
342
using ScrollableControl control =
new
()
373
using ScrollableControl control =
new
()
417
using ScrollableControl control =
new
();
441
using ScrollableControl control =
new
();
467
using ScrollableControl control =
new
();
475
using ScrollableControl control =
new
()
492
using ScrollableControl control =
new
();
521
using ScrollableControl control =
new
()
539
using ScrollableControl control =
new
();
572
using ScrollableControl control =
new
()
616
using ScrollableControl control =
new
()
658
using ScrollableControl control =
new
();
682
using ScrollableControl control =
new
();
792
using ScrollableControl control =
new
();
817
using ScrollableControl control =
new
();
855
using ScrollableControl control =
new
()
870
using ScrollableControl control =
new
()
2188
using ScrollableControl control =
new
()
2208
using ScrollableControl control =
new
();
2235
using ScrollableControl control =
new
()
2259
using ScrollableControl control =
new
()
System\Windows\Forms\ScrollPropertiesTests.cs (22)
10
yield return new object[] { new
ScrollableControl
() };
33
using ScrollableControl container =
new
();
53
using ScrollableControl container =
new
()
101
using ScrollableControl container =
new
();
117
using ScrollableControl container =
new
()
150
using ScrollableControl container =
new
();
168
using ScrollableControl container =
new
();
184
using ScrollableControl container =
new
()
217
using ScrollableControl container =
new
();
235
using ScrollableControl container =
new
();
281
using ScrollableControl container =
new
();
298
using ScrollableControl container =
new
();
315
using ScrollableControl container =
new
()
340
using ScrollableControl container =
new
();
364
using ScrollableControl container =
new
();
383
using ScrollableControl container =
new
()
425
using ScrollableControl container =
new
();
442
using ScrollableControl container =
new
();
468
using ScrollableControl container =
new
()
511
using ScrollableControl container =
new
();
521
using ScrollableControl container =
new
();
541
using ScrollableControl container =
new
()
System\Windows\Forms\VScrollPropertiesTests.cs (1)
11
yield return new object[] { new
ScrollableControl
() };
271 references to ScrollableControl
System.Windows.Forms (27)
System\Windows\Forms\Control.cs (3)
7279
if (this is not
ScrollableControl
7357
if (this is not
ScrollableControl
&& !IsMirrored)
8066
if (this is
ScrollableControl
scrollControl && scrollLocation != Point.Empty)
System\Windows\Forms\Controls\WebBrowser\WebBrowserContainer.cs (1)
339
ScrollableControl
? containingControl = ctl.ContainingControl;
System\Windows\Forms\Layout\CommonProperties.cs (2)
696
/// <see cref="
ScrollableControl
"/> checks if the layout bounds has been set in the <see cref="CommonProperties"/>
698
/// layout engine. If the bounds has been set, <see cref="
ScrollableControl
"/> will use those bounds to check if
System\Windows\Forms\Layout\Containers\ContainerControl.cs (4)
1326
private static
ScrollableControl
? FindScrollableParent(Control ctl)
1329
while (current is not null and not
ScrollableControl
)
1334
return (
ScrollableControl
?)current;
1342
ScrollableControl
? scrollParent = FindScrollableParent(last);
System\Windows\Forms\Scrolling\HScrollProperties.cs (4)
11
public HScrollProperties(
ScrollableControl
? container) : base(container)
15
private protected override int GetPageSize(
ScrollableControl
parent) => parent.ClientRectangle.Width;
19
private protected override int GetHorizontalDisplayPosition(
ScrollableControl
parent) => -_value;
21
private protected override int GetVerticalDisplayPosition(
ScrollableControl
parent) => parent.DisplayRectangle.Y;
System\Windows\Forms\Scrolling\ScrollableControl.cs (1)
56
/// Initializes a new instance of the <see cref="
ScrollableControl
"/> class.
System\Windows\Forms\Scrolling\ScrollableControl.DockPaddingEdgesConverter.cs (2)
16
private readonly
ScrollableControl
? _owner;
26
internal DockPaddingEdges(
ScrollableControl
owner)
System\Windows\Forms\Scrolling\ScrollProperties.cs (6)
22
private readonly
ScrollableControl
? _parent;
24
protected
ScrollableControl
? ParentControl => _parent;
30
protected ScrollProperties(
ScrollableControl
? container)
169
private protected abstract int GetPageSize(
ScrollableControl
parent);
173
private protected abstract int GetHorizontalDisplayPosition(
ScrollableControl
parent);
175
private protected abstract int GetVerticalDisplayPosition(
ScrollableControl
parent);
System\Windows\Forms\Scrolling\VScrollProperties.cs (4)
11
public VScrollProperties(
ScrollableControl
? container) : base(container)
15
private protected override int GetPageSize(
ScrollableControl
parent) => parent.ClientRectangle.Height;
19
private protected override int GetHorizontalDisplayPosition(
ScrollableControl
parent) => parent.DisplayRectangle.X;
21
private protected override int GetVerticalDisplayPosition(
ScrollableControl
parent) => -_value;
System.Windows.Forms.Design (10)
System\Windows\Forms\Design\Behavior\DropSourceBehavior.cs (1)
272
if (currentControl.Parent is
ScrollableControl
p)
System\Windows\Forms\Design\ControlDesigner.cs (2)
86
if (Control.Parent is
ScrollableControl
parent)
96
if (Control.Parent is
ScrollableControl
parent)
System\Windows\Forms\Design\ParentControlDesigner.cs (4)
577
ScrollableControl
p = newChild.Parent as
ScrollableControl
;
685
if (HasComponent && Control is
ScrollableControl
control)
1199
if (Control is
ScrollableControl
control)
System\Windows\Forms\Design\ScrollableControlDesigner.cs (2)
30
ScrollableControl
f = (
ScrollableControl
)Control;
System\Windows\Forms\Design\SelectionUIHandler.cs (1)
73
if (GetControl() is
ScrollableControl
sc && sc.AutoScroll)
System.Windows.Forms.Design.Tests (5)
System\ComponentModel\Design\ByteViewerTests.cs (5)
1000
public new const int ScrollStateAutoScrolling =
ScrollableControl
.ScrollStateAutoScrolling;
1002
public new const int ScrollStateHScrollVisible =
ScrollableControl
.ScrollStateHScrollVisible;
1004
public new const int ScrollStateVScrollVisible =
ScrollableControl
.ScrollStateVScrollVisible;
1006
public new const int ScrollStateUserHasScrolled =
ScrollableControl
.ScrollStateUserHasScrolled;
1008
public new const int ScrollStateFullDrag =
ScrollableControl
.ScrollStateFullDrag;
System.Windows.Forms.Tests (229)
System\Windows\Forms\ContainerControlTests.cs (5)
1401
public new const int ScrollStateAutoScrolling =
ScrollableControl
.ScrollStateAutoScrolling;
1403
public new const int ScrollStateHScrollVisible =
ScrollableControl
.ScrollStateHScrollVisible;
1405
public new const int ScrollStateVScrollVisible =
ScrollableControl
.ScrollStateVScrollVisible;
1407
public new const int ScrollStateUserHasScrolled =
ScrollableControl
.ScrollStateUserHasScrolled;
1409
public new const int ScrollStateFullDrag =
ScrollableControl
.ScrollStateFullDrag;
System\Windows\Forms\Design\ComponentEditorFormTests.cs (5)
370
public new const int ScrollStateAutoScrolling =
ScrollableControl
.ScrollStateAutoScrolling;
372
public new const int ScrollStateHScrollVisible =
ScrollableControl
.ScrollStateHScrollVisible;
374
public new const int ScrollStateVScrollVisible =
ScrollableControl
.ScrollStateVScrollVisible;
376
public new const int ScrollStateUserHasScrolled =
ScrollableControl
.ScrollStateUserHasScrolled;
378
public new const int ScrollStateFullDrag =
ScrollableControl
.ScrollStateFullDrag;
System\Windows\Forms\Design\ComponentEditorPageTests.cs (5)
869
public new const int ScrollStateAutoScrolling =
ScrollableControl
.ScrollStateAutoScrolling;
871
public new const int ScrollStateHScrollVisible =
ScrollableControl
.ScrollStateHScrollVisible;
873
public new const int ScrollStateVScrollVisible =
ScrollableControl
.ScrollStateVScrollVisible;
875
public new const int ScrollStateUserHasScrolled =
ScrollableControl
.ScrollStateUserHasScrolled;
877
public new const int ScrollStateFullDrag =
ScrollableControl
.ScrollStateFullDrag;
System\Windows\Forms\DockPaddingEdgesConverterTests.cs (7)
14
var converter = new
ScrollableControl
.DockPaddingEdgesConverter();
17
Assert.Equal(nameof(
ScrollableControl
.DockPaddingEdges.All), properties[0].Name);
18
Assert.Equal(nameof(
ScrollableControl
.DockPaddingEdges.Left), properties[1].Name);
19
Assert.Equal(nameof(
ScrollableControl
.DockPaddingEdges.Top), properties[2].Name);
20
Assert.Equal(nameof(
ScrollableControl
.DockPaddingEdges.Right), properties[3].Name);
21
Assert.Equal(nameof(
ScrollableControl
.DockPaddingEdges.Bottom), properties[4].Name);
27
var converter = new
ScrollableControl
.DockPaddingEdgesConverter();
System\Windows\Forms\DockPaddingEdgesTests.cs (66)
22
using
ScrollableControl
owner = new()
26
ScrollableControl
.DockPaddingEdges padding = owner.DockPadding;
41
using
ScrollableControl
owner = new();
42
ScrollableControl
.DockPaddingEdges padding = owner.DockPadding;
60
using
ScrollableControl
owner = new()
65
ScrollableControl
.DockPaddingEdges padding = (
ScrollableControl
.DockPaddingEdges)original.Clone();
81
using
ScrollableControl
owner = new()
85
ScrollableControl
.DockPaddingEdges padding = owner.DockPadding;
103
using
ScrollableControl
owner = new()
108
ScrollableControl
.DockPaddingEdges padding = (
ScrollableControl
.DockPaddingEdges)original.Clone();
124
using
ScrollableControl
owner = new()
128
ScrollableControl
.DockPaddingEdges padding = owner.DockPadding;
146
using
ScrollableControl
owner = new()
151
ScrollableControl
.DockPaddingEdges padding = (
ScrollableControl
.DockPaddingEdges)original.Clone();
167
using
ScrollableControl
owner = new()
171
ScrollableControl
.DockPaddingEdges padding = owner.DockPadding;
189
using
ScrollableControl
owner = new()
194
ScrollableControl
.DockPaddingEdges padding = (
ScrollableControl
.DockPaddingEdges)original.Clone();
210
using
ScrollableControl
owner = new()
214
ScrollableControl
.DockPaddingEdges padding = owner.DockPadding;
232
using
ScrollableControl
owner = new()
237
ScrollableControl
.DockPaddingEdges padding = (
ScrollableControl
.DockPaddingEdges)original.Clone();
248
ScrollableControl
.DockPaddingEdges CreatePadding(int left, int top, int right, int bottom)
250
ScrollableControl
owner = new()
257
ScrollableControl
.DockPaddingEdges CreateClonedPadding(int left, int top, int right, int bottom)
260
return Assert.IsType<
ScrollableControl
.DockPaddingEdges>(cloneable.Clone());
289
public void DockPaddingEdges_Equals_Invoke_ReturnsExpected(
ScrollableControl
.DockPaddingEdges padding, object other, bool expected)
291
if (other is
ScrollableControl
.DockPaddingEdges)
302
using
ScrollableControl
owner = new()
306
ScrollableControl
.DockPaddingEdges padding = owner.DockPadding;
314
using
ScrollableControl
owner = new()
319
ScrollableControl
.DockPaddingEdges padding = (
ScrollableControl
.DockPaddingEdges)original.Clone();
327
using
ScrollableControl
owner = new()
332
ScrollableControl
.DockPaddingEdges padding = (
ScrollableControl
.DockPaddingEdges)original.Clone();
343
using
ScrollableControl
owner = new()
349
ScrollableControl
.DockPaddingEdges padding = (
ScrollableControl
.DockPaddingEdges)original2.Clone();
360
using
ScrollableControl
owner = new()
364
ScrollableControl
.DockPaddingEdges padding = owner.DockPadding;
371
using
ScrollableControl
owner = new()
376
ScrollableControl
.DockPaddingEdges padding = (
ScrollableControl
.DockPaddingEdges)original.Clone();
383
using
ScrollableControl
owner = new()
387
ScrollableControl
.DockPaddingEdges padding = owner.DockPadding;
389
PropertyDescriptor property = properties[nameof(
ScrollableControl
.DockPaddingEdges.All)];
404
using
ScrollableControl
owner = new()
408
ScrollableControl
.DockPaddingEdges padding = owner.DockPadding;
410
PropertyDescriptor property = properties[nameof(
ScrollableControl
.DockPaddingEdges.Left)];
425
using
ScrollableControl
owner = new()
429
ScrollableControl
.DockPaddingEdges padding = owner.DockPadding;
431
PropertyDescriptor property = properties[nameof(
ScrollableControl
.DockPaddingEdges.Top)];
446
using
ScrollableControl
owner = new()
450
ScrollableControl
.DockPaddingEdges padding = owner.DockPadding;
452
PropertyDescriptor property = properties[nameof(
ScrollableControl
.DockPaddingEdges.Right)];
467
using
ScrollableControl
owner = new()
471
ScrollableControl
.DockPaddingEdges padding = owner.DockPadding;
473
PropertyDescriptor property = properties[nameof(
ScrollableControl
.DockPaddingEdges.Bottom)];
488
Assert.IsType<
ScrollableControl
.DockPaddingEdgesConverter>(TypeDescriptor.GetConverter(typeof(
ScrollableControl
.DockPaddingEdges)));
System\Windows\Forms\DomainUpDownTests.cs (5)
1454
public new const int ScrollStateAutoScrolling =
ScrollableControl
.ScrollStateAutoScrolling;
1456
public new const int ScrollStateHScrollVisible =
ScrollableControl
.ScrollStateHScrollVisible;
1458
public new const int ScrollStateVScrollVisible =
ScrollableControl
.ScrollStateVScrollVisible;
1460
public new const int ScrollStateUserHasScrolled =
ScrollableControl
.ScrollStateUserHasScrolled;
1462
public new const int ScrollStateFullDrag =
ScrollableControl
.ScrollStateFullDrag;
System\Windows\Forms\FlowLayoutPanelTests.cs (5)
422
public new const int ScrollStateAutoScrolling =
ScrollableControl
.ScrollStateAutoScrolling;
424
public new const int ScrollStateHScrollVisible =
ScrollableControl
.ScrollStateHScrollVisible;
426
public new const int ScrollStateVScrollVisible =
ScrollableControl
.ScrollStateVScrollVisible;
428
public new const int ScrollStateUserHasScrolled =
ScrollableControl
.ScrollStateUserHasScrolled;
430
public new const int ScrollStateFullDrag =
ScrollableControl
.ScrollStateFullDrag;
System\Windows\Forms\FormTests.cs (5)
2680
public new const int ScrollStateAutoScrolling =
ScrollableControl
.ScrollStateAutoScrolling;
2682
public new const int ScrollStateHScrollVisible =
ScrollableControl
.ScrollStateHScrollVisible;
2684
public new const int ScrollStateVScrollVisible =
ScrollableControl
.ScrollStateVScrollVisible;
2686
public new const int ScrollStateUserHasScrolled =
ScrollableControl
.ScrollStateUserHasScrolled;
2688
public new const int ScrollStateFullDrag =
ScrollableControl
.ScrollStateFullDrag;
System\Windows\Forms\HScrollPropertiesTests.cs (3)
16
public void HScrollProperties_Ctor_Control(
ScrollableControl
container)
31
public SubHScrollProperties(
ScrollableControl
container) : base(container)
35
public
ScrollableControl
ParentControlEntry => ParentControl;
System\Windows\Forms\Layout\TableLayoutSettingsTypeConverterTests.cs (2)
181
using
ScrollableControl
control = new();
196
using
ScrollableControl
control = new();
System\Windows\Forms\MdiControlStripTests.cs (5)
340
public new const int ScrollStateAutoScrolling =
ScrollableControl
.ScrollStateAutoScrolling;
342
public new const int ScrollStateHScrollVisible =
ScrollableControl
.ScrollStateHScrollVisible;
344
public new const int ScrollStateVScrollVisible =
ScrollableControl
.ScrollStateVScrollVisible;
346
public new const int ScrollStateUserHasScrolled =
ScrollableControl
.ScrollStateUserHasScrolled;
348
public new const int ScrollStateFullDrag =
ScrollableControl
.ScrollStateFullDrag;
System\Windows\Forms\MenuStripTests.cs (5)
836
public new const int ScrollStateAutoScrolling =
ScrollableControl
.ScrollStateAutoScrolling;
838
public new const int ScrollStateHScrollVisible =
ScrollableControl
.ScrollStateHScrollVisible;
840
public new const int ScrollStateVScrollVisible =
ScrollableControl
.ScrollStateVScrollVisible;
842
public new const int ScrollStateUserHasScrolled =
ScrollableControl
.ScrollStateUserHasScrolled;
844
public new const int ScrollStateFullDrag =
ScrollableControl
.ScrollStateFullDrag;
System\Windows\Forms\PanelTests.cs (5)
1144
public new const int ScrollStateAutoScrolling =
ScrollableControl
.ScrollStateAutoScrolling;
1146
public new const int ScrollStateHScrollVisible =
ScrollableControl
.ScrollStateHScrollVisible;
1148
public new const int ScrollStateVScrollVisible =
ScrollableControl
.ScrollStateVScrollVisible;
1150
public new const int ScrollStateUserHasScrolled =
ScrollableControl
.ScrollStateUserHasScrolled;
1152
public new const int ScrollStateFullDrag =
ScrollableControl
.ScrollStateFullDrag;
System\Windows\Forms\PropertyGridTests.cs (5)
4131
public new const int ScrollStateAutoScrolling =
ScrollableControl
.ScrollStateAutoScrolling;
4133
public new const int ScrollStateHScrollVisible =
ScrollableControl
.ScrollStateHScrollVisible;
4135
public new const int ScrollStateVScrollVisible =
ScrollableControl
.ScrollStateVScrollVisible;
4137
public new const int ScrollStateUserHasScrolled =
ScrollableControl
.ScrollStateUserHasScrolled;
4139
public new const int ScrollStateFullDrag =
ScrollableControl
.ScrollStateFullDrag;
System\Windows\Forms\ScrollableControlTests.cs (34)
342
using
ScrollableControl
control = new()
373
using
ScrollableControl
control = new()
416
PropertyDescriptor property = TypeDescriptor.GetProperties(typeof(
ScrollableControl
))[nameof(
ScrollableControl
.AutoScrollMargin)];
417
using
ScrollableControl
control = new();
440
PropertyDescriptor property = TypeDescriptor.GetProperties(typeof(
ScrollableControl
))[nameof(
ScrollableControl
.AutoScrollMargin)];
441
using
ScrollableControl
control = new();
467
using
ScrollableControl
control = new();
475
using
ScrollableControl
control = new()
492
using
ScrollableControl
control = new();
521
using
ScrollableControl
control = new()
539
using
ScrollableControl
control = new();
572
using
ScrollableControl
control = new()
616
using
ScrollableControl
control = new()
657
PropertyDescriptor property = TypeDescriptor.GetProperties(typeof(
ScrollableControl
))[nameof(
ScrollableControl
.AutoScrollMinSize)];
658
using
ScrollableControl
control = new();
681
PropertyDescriptor property = TypeDescriptor.GetProperties(typeof(
ScrollableControl
))[nameof(
ScrollableControl
.AutoScrollMinSize)];
682
using
ScrollableControl
control = new();
792
using
ScrollableControl
control = new();
817
using
ScrollableControl
control = new();
855
using
ScrollableControl
control = new()
870
using
ScrollableControl
control = new()
2188
using
ScrollableControl
control = new()
2208
using
ScrollableControl
control = new();
2235
using
ScrollableControl
control = new()
2259
using
ScrollableControl
control = new()
2562
public new const int ScrollStateAutoScrolling =
ScrollableControl
.ScrollStateAutoScrolling;
2564
public new const int ScrollStateHScrollVisible =
ScrollableControl
.ScrollStateHScrollVisible;
2566
public new const int ScrollStateVScrollVisible =
ScrollableControl
.ScrollStateVScrollVisible;
2568
public new const int ScrollStateUserHasScrolled =
ScrollableControl
.ScrollStateUserHasScrolled;
2570
public new const int ScrollStateFullDrag =
ScrollableControl
.ScrollStateFullDrag;
System\Windows\Forms\ScrollPropertiesTests.cs (24)
16
public void ScrollProperties_Ctor_Control(
ScrollableControl
container)
33
using
ScrollableControl
container = new();
53
using
ScrollableControl
container = new()
101
using
ScrollableControl
container = new();
117
using
ScrollableControl
container = new()
150
using
ScrollableControl
container = new();
168
using
ScrollableControl
container = new();
184
using
ScrollableControl
container = new()
217
using
ScrollableControl
container = new();
235
using
ScrollableControl
container = new();
281
using
ScrollableControl
container = new();
298
using
ScrollableControl
container = new();
315
using
ScrollableControl
container = new()
340
using
ScrollableControl
container = new();
364
using
ScrollableControl
container = new();
383
using
ScrollableControl
container = new()
425
using
ScrollableControl
container = new();
442
using
ScrollableControl
container = new();
468
using
ScrollableControl
container = new()
511
using
ScrollableControl
container = new();
521
using
ScrollableControl
container = new();
541
using
ScrollableControl
container = new()
581
public SubScrollProperties(
ScrollableControl
container) : base(container)
585
public new
ScrollableControl
ParentControl => base.ParentControl;
System\Windows\Forms\StatusStripTests.cs (5)
1262
public new const int ScrollStateAutoScrolling =
ScrollableControl
.ScrollStateAutoScrolling;
1264
public new const int ScrollStateHScrollVisible =
ScrollableControl
.ScrollStateHScrollVisible;
1266
public new const int ScrollStateVScrollVisible =
ScrollableControl
.ScrollStateVScrollVisible;
1268
public new const int ScrollStateUserHasScrolled =
ScrollableControl
.ScrollStateUserHasScrolled;
1270
public new const int ScrollStateFullDrag =
ScrollableControl
.ScrollStateFullDrag;
System\Windows\Forms\TableLayoutPanelTests.cs (5)
2161
public new const int ScrollStateAutoScrolling =
ScrollableControl
.ScrollStateAutoScrolling;
2163
public new const int ScrollStateHScrollVisible =
ScrollableControl
.ScrollStateHScrollVisible;
2165
public new const int ScrollStateVScrollVisible =
ScrollableControl
.ScrollStateVScrollVisible;
2167
public new const int ScrollStateUserHasScrolled =
ScrollableControl
.ScrollStateUserHasScrolled;
2169
public new const int ScrollStateFullDrag =
ScrollableControl
.ScrollStateFullDrag;
System\Windows\Forms\TabPageTests.cs (5)
5217
public new const int ScrollStateAutoScrolling =
ScrollableControl
.ScrollStateAutoScrolling;
5219
public new const int ScrollStateHScrollVisible =
ScrollableControl
.ScrollStateHScrollVisible;
5221
public new const int ScrollStateVScrollVisible =
ScrollableControl
.ScrollStateVScrollVisible;
5223
public new const int ScrollStateUserHasScrolled =
ScrollableControl
.ScrollStateUserHasScrolled;
5225
public new const int ScrollStateFullDrag =
ScrollableControl
.ScrollStateFullDrag;
System\Windows\Forms\ToolStripContentPanelTests.cs (5)
2006
public new const int ScrollStateAutoScrolling =
ScrollableControl
.ScrollStateAutoScrolling;
2008
public new const int ScrollStateHScrollVisible =
ScrollableControl
.ScrollStateHScrollVisible;
2010
public new const int ScrollStateVScrollVisible =
ScrollableControl
.ScrollStateVScrollVisible;
2012
public new const int ScrollStateUserHasScrolled =
ScrollableControl
.ScrollStateUserHasScrolled;
2014
public new const int ScrollStateFullDrag =
ScrollableControl
.ScrollStateFullDrag;
System\Windows\Forms\ToolStripDropDownTests.cs (5)
5080
public new const int ScrollStateAutoScrolling =
ScrollableControl
.ScrollStateAutoScrolling;
5082
public new const int ScrollStateHScrollVisible =
ScrollableControl
.ScrollStateHScrollVisible;
5084
public new const int ScrollStateVScrollVisible =
ScrollableControl
.ScrollStateVScrollVisible;
5086
public new const int ScrollStateUserHasScrolled =
ScrollableControl
.ScrollStateUserHasScrolled;
5088
public new const int ScrollStateFullDrag =
ScrollableControl
.ScrollStateFullDrag;
System\Windows\Forms\ToolStripTests.cs (5)
7508
public new const int ScrollStateAutoScrolling =
ScrollableControl
.ScrollStateAutoScrolling;
7510
public new const int ScrollStateHScrollVisible =
ScrollableControl
.ScrollStateHScrollVisible;
7512
public new const int ScrollStateVScrollVisible =
ScrollableControl
.ScrollStateVScrollVisible;
7514
public new const int ScrollStateUserHasScrolled =
ScrollableControl
.ScrollStateUserHasScrolled;
7516
public new const int ScrollStateFullDrag =
ScrollableControl
.ScrollStateFullDrag;
System\Windows\Forms\UpDownBaseTests.cs (5)
3087
public new const int ScrollStateAutoScrolling =
ScrollableControl
.ScrollStateAutoScrolling;
3089
public new const int ScrollStateHScrollVisible =
ScrollableControl
.ScrollStateHScrollVisible;
3091
public new const int ScrollStateVScrollVisible =
ScrollableControl
.ScrollStateVScrollVisible;
3093
public new const int ScrollStateUserHasScrolled =
ScrollableControl
.ScrollStateUserHasScrolled;
3095
public new const int ScrollStateFullDrag =
ScrollableControl
.ScrollStateFullDrag;
System\Windows\Forms\UserControlTests.cs (5)
1785
public new const int ScrollStateAutoScrolling =
ScrollableControl
.ScrollStateAutoScrolling;
1787
public new const int ScrollStateHScrollVisible =
ScrollableControl
.ScrollStateHScrollVisible;
1789
public new const int ScrollStateVScrollVisible =
ScrollableControl
.ScrollStateVScrollVisible;
1791
public new const int ScrollStateUserHasScrolled =
ScrollableControl
.ScrollStateUserHasScrolled;
1793
public new const int ScrollStateFullDrag =
ScrollableControl
.ScrollStateFullDrag;
System\Windows\Forms\VScrollPropertiesTests.cs (3)
17
public void VScrollProperties_Ctor_Control(
ScrollableControl
container)
32
public SubVScrollProperties(
ScrollableControl
container) : base(container)
36
public
ScrollableControl
ParentControlEntry => ParentControl;