[]
        
(Showing Draft Content)

C1.Win.C1Sizer.C1Sizer

C1Sizer Class

Namespace: C1.Win.C1Sizer
Assembly: C1.Win.C1Sizer.4.8.dll
Syntax
[ToolboxBitmap(typeof(C1Sizer), "C1Sizer.png")]
public class C1Sizer : Control, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, ISupportInitialize

Constructors

Name Description
C1Sizer()

Initializes a new instance of the C1Sizer control.

Properties

Name Description
AutoSizeMode
BackColor

Gets or sets the Color used to paint the background.

Border
Cursor

Gets or sets the cursor that is displayed when the mouse pointer is over the control.

Gradient
Grid
Image
ImageAlignment
ImageScaling
Padding

Gets or sets the padding between the control border and its content.

ScaleChildren
SplitterWidth

Methods

Name Description
AddControl(Control, int, int)
AddControl(Control, int, int, int, int)
BeginInit()
EndInit()
GetCellAtPoint(Point)
GetCellAtPoint(int, int)
GetCellBounds(int, int)
GetCellBounds(int, int, int, int)
GetControlAtCell(int, int)
OnControlAdded(ControlEventArgs)

Raises the ControlAdded event.

OnControlRemoved(ControlEventArgs)

Raises the ControlRemoved event.

OnMouseDown(MouseEventArgs)

Raises the MouseDown event.

OnMouseLeave(EventArgs)

Raises the MouseLeave event.

OnMouseMove(MouseEventArgs)

Raises the MouseMove event.

OnMouseUp(MouseEventArgs)

Raises the MouseUp event.

OnPaddingChanged(EventArgs)

Overridden to update the control layout when the padding changes.

OnPaint(PaintEventArgs)

Raises the Paint event.

OnParentChanged(EventArgs)

Raises the OnParentChanged(EventArgs) event.

OnSizeChanged(EventArgs)

Raises the SizeChanged event.

OnSplitterMoved(C1SizerEventArgs)

Raises the OnSplitterMoved(C1SizerEventArgs) event.

OnSplitterMoving(C1SizerEventArgs)

Raises the OnSplitterMoving(C1SizerEventArgs) event.

ResumeLayout()

Resumes normal layout logic.

ResumeLayout(bool)

Resumes normal layout logic. Optionally forces an immediate layout of pending layout requests.

SuspendLayout()

Temporarily suspends the layout logic for the control.

Events

Name Description
SplitterMoved
SplitterMoving