C# Class Habanero.Faces.Win.ReadOnlyGridButtonsControlWin

Provides a set of buttons for use on an IReadOnlyGridControl. By default, Add and Edit buttons are available, but you can also make the standard Delete button visible by setting the ShowDefaultDeleteButton property to true.
Inheritance: ButtonGroupControlWin, IReadOnlyGridButtonsControl
Afficher le fichier Open project: Chillisoft/habanero.faces

Méthodes publiques

Méthode Description
ReadOnlyGridButtonsControlWin ( IControlFactory controlFactory ) : System

Constructs the ReadOnlyGridButtonsControlWin

RemoveAllHandlers ( ) : void
RemoveHandlers ( string operation ) : void

Method Details

ReadOnlyGridButtonsControlWin() public méthode

Constructs the ReadOnlyGridButtonsControlWin
public ReadOnlyGridButtonsControlWin ( IControlFactory controlFactory ) : System
controlFactory IControlFactory
Résultat System

RemoveAllHandlers() public méthode

public RemoveAllHandlers ( ) : void
Résultat void

RemoveHandlers() public méthode

public RemoveHandlers ( string operation ) : void
operation string
Résultat void