C# Class OKHOSTING.UI.Net4.WinForms.Controls.Layout.Stack

Inheritance: System.Windows.Forms.FlowLayoutPanel, IStack
Show file Open project: okhosting/OKHOSTING.UI

Protected Properties

Property Type Description
_Children ControlList

Private Properties

Property Type Description

Public Methods

Method Description
Stack ( ) : System

Protected Methods

Method Description
OnPaint ( System pevent ) : void

Method Details

OnPaint() protected method

protected OnPaint ( System pevent ) : void
pevent System
return void

Stack() public method

public Stack ( ) : System
return System

Property Details

_Children protected property

protected ControlList _Children
return ControlList