SplitContainer
SplitContainer()
AutoScroll
AutoScrollMargin
AutoScrollMinSize
AutoScrollOffset
AutoScrollPosition
AutoSize
BackgroundImage
BackgroundImageLayout
BindingContext
BorderStyle
Controls
DefaultSize
Dock
FixedPanel
IsSplitterFixed
Orientation
Padding
Panel1
Panel1Collapsed
Panel1MinSize
Panel2
Panel2Collapsed
Panel2MinSize
SplitterDistance
SplitterIncrement
SplitterRectangle
SplitterWidth
TabStop
Text
BeginInit()
CreateAccessibilityInstance()
CreateControlsInstance()
EndInit()
OnGotFocus(EventArgs)
OnKeyDown(KeyEventArgs)
OnKeyUp(KeyEventArgs)
OnLayout(LayoutEventArgs)
OnLostFocus(EventArgs)
OnMouseCaptureChanged(EventArgs)
OnMouseDown(MouseEventArgs)
OnMouseLeave(EventArgs)
OnMouseMove(MouseEventArgs)
OnMouseUp(MouseEventArgs)
OnMove(EventArgs)
OnPaint(PaintEventArgs)
OnRightToLeftChanged(EventArgs)
OnSplitterMoved(SplitterEventArgs)
OnSplitterMoving(SplitterCancelEventArgs)
ProcessDialogKey(Keys)
ProcessTabKey(Boolean)
ScaleControl(SizeF, BoundsSpecified)
Select(Boolean, Boolean)
SetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified)
WndProc(Message)
AutoSizeChanged
BackgroundImageChanged
BackgroundImageLayoutChanged
ControlAdded
ControlRemoved
PaddingChanged
SplitterMoved
SplitterMoving
TextChanged
net451
namespace System.Windows.Forms
{
[ClassInterface(ClassInterfaceType.AutoDispatch)]
[ComVisible(true)]
[DefaultEvent("SplitterMoved")]
[Designer("System.Windows.Forms.Design.SplitContainerDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[Docking(DockingBehavior.AutoDock)]
public class SplitContainer : ContainerControl, ISupportInitialize
{
[Browsable(false)]
[DefaultValue(typeof(Point), "0, 0")]
[EditorBrowsable(EditorBrowsableState.Never)]
public override Point AutoScrollOffset { get; set; }
}
}
.NET | 5.06.07.08.09.0 |
---|---|
.NET Core | 3.03.1 |
.NET Framework | 2.03.03.54.04.54.5.14.5.24.64.6.14.6.24.74.7.14.7.24.84.8.1 |
Information specific to net451 | |
Assembly | System.Windows.Forms , Version=4.0.0.0, PublicKeyToken=b77a5c561934e089 |
Referencing | Your project needs to set |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API