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