C# Class ComponentFactory.Krypton.Ribbon.KryptonGalleryDesigner

Inheritance: System.Windows.Forms.Design.ParentControlDesigner
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Méthodes publiques

Méthode Description
CanParent ( Control control ) : bool

Indicates whether the specified control can be a child of the control managed by a designer.

Initialize ( IComponent component ) : void

Initializes the designer with the specified component.

KryptonGalleryDesigner ( ) : System

Initialize a new instance of the KryptonGalleryDesigner class.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Releases all resources used by the component.

Private Methods

Méthode Description
OnComponentRemoving ( object sender, ComponentEventArgs e ) : void

Method Details

CanParent() public méthode

Indicates whether the specified control can be a child of the control managed by a designer.
public CanParent ( Control control ) : bool
control System.Windows.Forms.Control The Control to test.
Résultat bool

Dispose() protected méthode

Releases all resources used by the component.
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
Résultat void

Initialize() public méthode

Initializes the designer with the specified component.
public Initialize ( IComponent component ) : void
component IComponent The IComponent to associate the designer with.
Résultat void

KryptonGalleryDesigner() public méthode

Initialize a new instance of the KryptonGalleryDesigner class.
public KryptonGalleryDesigner ( ) : System
Résultat System