C# 클래스 KeePassLib.Utility.MonoWorkarounds

파일 보기 프로젝트 열기: cappert/keepass2 1 사용 예제들

공개 메소드들

메소드 설명
ApplyTo ( Form f ) : void
IsRequired ( ) : bool
IsRequired ( uint uBugID ) : bool
Release ( Form f ) : void

비공개 메소드들

메소드 설명
ApplyToButton ( Button btn, Form fContext ) : void
ApplyToControl ( Control c, Form fContext ) : void
ApplyToControlsRec ( Control cc, Form fContext, MwaControlHandler fn ) : void
EnsureRecentlyUsedValid ( ) : void

Ensure that the file ~/.recently-used is valid (in order to prevent Mono's FileDialog from crashing).

ExchangeFormShownRaised ( Form f, bool bNewValue ) : bool

Set the value of the private shown_raised member variable of a form.

GetEventHandlers ( Component c, object &objClickEvent ) : EventHandlerList
OnButtonClick ( object sender, EventArgs e ) : void
OnFormHandleCreated ( object sender, EventArgs e ) : void
ReleaseButton ( Button btn, Form fContext ) : void
ReleaseControl ( Control c, Form fContext ) : void
SetEnabled ( string strIDs, bool bEnabled ) : void
SetWmClass ( Form f ) : void

메소드 상세

ApplyTo() 공개 정적인 메소드

public static ApplyTo ( Form f ) : void
f System.Windows.Forms.Form
리턴 void

IsRequired() 공개 정적인 메소드

public static IsRequired ( ) : bool
리턴 bool

IsRequired() 공개 정적인 메소드

public static IsRequired ( uint uBugID ) : bool
uBugID uint
리턴 bool

Release() 공개 정적인 메소드

public static Release ( Form f ) : void
f System.Windows.Forms.Form
리턴 void