C# Class ComponentFactory.Krypton.Toolkit.VisualSimpleBase

Inheritance: VisualControlBase
Mostra file Open project: ComponentFactory/Krypton

Private Properties

Property Type Description

Public Methods

Method Description
GetPreferredSize ( Size proposedSize ) : Size

Get the preferred size of the control based on a proposed size.

Protected Methods

Method Description
VisualSimpleBase ( ) : System

Initialize a new instance of the VisualSimpleBase class.

Method Details

GetPreferredSize() public method

Get the preferred size of the control based on a proposed size.
public GetPreferredSize ( Size proposedSize ) : Size
proposedSize System.Drawing.Size Starting size proposed by the caller.
return System.Drawing.Size

VisualSimpleBase() protected method

Initialize a new instance of the VisualSimpleBase class.
protected VisualSimpleBase ( ) : System
return System