C# Class ComponentFactory.Krypton.Toolkit.VisualSimple

Inheritance: VisualControl
Afficher le fichier Open project: ComponentFactory/Krypton

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetPreferredSize ( Size proposedSize ) : Size

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

Méthodes protégées

Méthode Description
VisualSimple ( ) : System

Initialize a new instance of the VisualSimple class.

Method Details

GetPreferredSize() public méthode

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.
Résultat System.Drawing.Size

VisualSimple() protected méthode

Initialize a new instance of the VisualSimple class.
protected VisualSimple ( ) : System
Résultat System