C# Class System.Windows.Forms.Panel

Inheritance: ScrollableControl
Exibir arquivo Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Private Properties

Property Type Description
GetPreferredSizeCore System.Drawing.Size

Public Methods

Method Description
Panel ( ) : System
ToString ( ) : string

Protected Methods

Method Description
CreateHandle ( ) : void
OnResize ( EventArgs eventargs ) : void

Private Methods

Method Description
GetPreferredSizeCore ( Size proposedSize ) : Size

Method Details

CreateHandle() protected method

protected CreateHandle ( ) : void
return void

OnResize() protected method

protected OnResize ( EventArgs eventargs ) : void
eventargs System.EventArgs
return void

Panel() public method

public Panel ( ) : System
return System

ToString() public method

public ToString ( ) : string
return string