C# Class ComponentFactory.Krypton.Toolkit.VisualSimpleBase

Inheritance: VisualControlBase
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
VisualSimpleBase ( ) : System

Initialize a new instance of the VisualSimpleBase 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

VisualSimpleBase() protected méthode

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