C# Class KeePassLib.Utility.MonoWorkarounds

Afficher le fichier Open project: cappert/keepass2 Class Usage Examples

Méthodes publiques

Méthode Description
ApplyTo ( Form f ) : void
IsRequired ( ) : bool
IsRequired ( uint uBugID ) : bool
Release ( Form f ) : void

Private Methods

Méthode 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 méthode

public static ApplyTo ( Form f ) : void
f System.Windows.Forms.Form
Résultat void

IsRequired() public static méthode

public static IsRequired ( ) : bool
Résultat bool

IsRequired() public static méthode

public static IsRequired ( uint uBugID ) : bool
uBugID uint
Résultat bool

Release() public static méthode

public static Release ( Form f ) : void
f System.Windows.Forms.Form
Résultat void