C# 클래스 SIL.FieldWorks.Common.Framework.DetailControls.FwCancelSearchButton

This Button signals that a search is possible by showing a magnifying glass to the right of a search box. In this state the button is not enabled. When a search is active, it changes to an X that is enabled and when clicked on will revert to no search being active. Most of the work happens in the SearchIsActive setter. The Button's click event should be hooked up to a handler that clears the search (text) and (consequently) sets SearchIsActive to false.
상속: System.Windows.Forms.Button
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
FwCancelSearchButton ( ) : System.Drawing
Init ( ) : void

메소드 상세

FwCancelSearchButton() 공개 메소드

public FwCancelSearchButton ( ) : System.Drawing
리턴 System.Drawing

Init() 공개 메소드

public Init ( ) : void
리턴 void