C# Класс KeePassLib.Utility.MonoWorkarounds

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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