C# Class KeePassLib.Utility.MonoWorkarounds

Exibir arquivo Open project: cappert/keepass2 Class Usage Examples

Public Methods

Method Description
ApplyTo ( Form f ) : void
IsRequired ( ) : bool
IsRequired ( uint uBugID ) : bool
Release ( Form f ) : void

Private Methods

Method Description
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

Method Details

ApplyTo() public static method

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

IsRequired() public static method

public static IsRequired ( ) : bool
return bool

IsRequired() public static method

public static IsRequired ( uint uBugID ) : bool
uBugID uint
return bool

Release() public static method

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