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
파일 보기 프로젝트 열기: Chillisoft/habanero.faces

공개 메소드들

메소드 설명
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