C# Класс SIL.FieldWorks.XWorks.LexEd.MSADlgLauncherSlice

Наследование: SIL.FieldWorks.Common.Framework.DetailControls.ViewSlice
Показать файл Открыть проект

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

Метод Описание
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 ( DataTree parent ) : void

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.

Описание методов

AboutToDiscard() публичный Метод

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.
public AboutToDiscard ( ) : void
Результат void

DesiredHeight() защищенный Метод

protected DesiredHeight ( SIL.FieldWorks.Common.RootSites.RootSite rs ) : int
rs SIL.FieldWorks.Common.RootSites.RootSite
Результат int

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Результат void

FinishInit() публичный Метод

This method, called once we have a cache and object, is our first chance to actually create the embedded control.
public FinishInit ( ) : void
Результат void

Install() публичный Метод

public Install ( DataTree parent ) : void
parent SIL.FieldWorks.Common.Framework.DetailControls.DataTree
Результат void

MSADlgLauncherSlice() публичный Метод

public MSADlgLauncherSlice ( ) : System
Результат System