C# Класс 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.
Наследование: ButtonGroupControlWin, IReadOnlyGridButtonsControl
Показать файл Открыть проект

Открытые методы

Метод Описание
ReadOnlyGridButtonsControlWin ( IControlFactory controlFactory ) : System

Constructs the ReadOnlyGridButtonsControlWin

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

Описание методов

ReadOnlyGridButtonsControlWin() публичный Метод

Constructs the ReadOnlyGridButtonsControlWin
public ReadOnlyGridButtonsControlWin ( IControlFactory controlFactory ) : System
controlFactory IControlFactory
Результат System

RemoveAllHandlers() публичный Метод

public RemoveAllHandlers ( ) : void
Результат void

RemoveHandlers() публичный Метод

public RemoveHandlers ( string operation ) : void
operation string
Результат void