22 references to Bottom
System.Windows.Forms (1)
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
293
if (_alignment is TabAlignment.
Bottom
or
System.Windows.Forms.Tests (21)
System\Windows\Forms\TabControlTests.cs (21)
223
[InlineData(TabAlignment.
Bottom
, 0x56010802)]
273
[InlineData(TabAppearance.Normal, TabAlignment.
Bottom
, 0x56010802)]
277
[InlineData(TabAppearance.Buttons, TabAlignment.
Bottom
, 0x56010902)]
281
[InlineData(TabAppearance.FlatButtons, TabAlignment.
Bottom
, 0x56010902)]
364
yield return new object[] { true, TabAlignment.
Bottom
, true };
369
yield return new object[] { false, TabAlignment.
Bottom
, false };
397
yield return new object[] { true, TabAlignment.
Bottom
, true, 1 };
402
yield return new object[] { false, TabAlignment.
Bottom
, false, 1 };
450
[InlineData(TabAlignment.
Bottom
)]
1618
yield return new object[] { TabAlignment.
Bottom
, true, TabAlignment.
Bottom
, TabAlignment.
Bottom
};
1622
yield return new object[] { TabAlignment.
Bottom
, false, TabAlignment.
Bottom
, TabAlignment.
Bottom
};
1656
yield return new object[] { TabAlignment.
Bottom
, true, TabAlignment.
Bottom
, 1, TabAlignment.
Bottom
};
1660
yield return new object[] { TabAlignment.
Bottom
, false, TabAlignment.
Bottom
, 0, TabAlignment.
Bottom
};