Метод | Описание | |
---|---|---|
AboutToDiscard ( ) : void |
Somehow a slice (I think one that has never scrolled to become visible?) can get an OnLoad message for its view in the course of deleting it from the parent controls collection. This can be bad (at best it's a waste of time to do the Layout in the OnLoad, but it can be actively harmful if the object the view is displaying has been deleted). So suppress it.
|
|
FinishInit ( ) : void |
This method, called once we have a cache and object, is our first chance to actually create the embedded control.
|
|
Install ( |
|
|
MSADlgLauncherSlice ( ) : System |
Метод | Описание | |
---|---|---|
DesiredHeight ( SIL.FieldWorks.Common.RootSites.RootSite rs ) : int | ||
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Метод | Описание | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
protected DesiredHeight ( SIL.FieldWorks.Common.RootSites.RootSite rs ) : int | ||
rs | SIL.FieldWorks.Common.RootSites.RootSite | |
Результат | int |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public Install ( |
||
parent | ||
Результат | void |