C# Class SIL.FieldWorks.LexText.Controls.TryAWordRootSite

Inheritance: SIL.FieldWorks.Common.RootSites.RootSiteControl
Exibir arquivo Open project: sillsdev/FieldWorks Class Usage Examples

Private Properties

Property Type Description
CreateTryAWordSandbox void
DisposeTryAWordSandbox void
FixWs void
GetMSAsFromSandbox void
OnVisibleChanged void
SetBackgroundColor void
SetSandboxLocation void
SetSandboxSize void
SetSandboxSizeForVc bool
m_tryAWordSandbox_SizeChanged void

Public Methods

Method Description
GetAvailWidth ( IVwRootBox prootb ) : int
MakeRoot ( ) : void

Make the root box.

TryAWordRootSite ( SIL.FieldWorks.FDO.FdoCache cache, XCore mediator ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
CreateTryAWordSandbox ( ) : void
DisposeTryAWordSandbox ( ) : void
FixWs ( ) : void
GetMSAsFromSandbox ( ) : void
OnVisibleChanged ( object sender, EventArgs e ) : void
SetBackgroundColor ( ) : void
SetSandboxLocation ( ) : void
SetSandboxSize ( ) : void
SetSandboxSizeForVc ( ) : bool
m_tryAWordSandbox_SizeChanged ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

GetAvailWidth() public method

public GetAvailWidth ( IVwRootBox prootb ) : int
prootb IVwRootBox
return int

MakeRoot() public method

Make the root box.
public MakeRoot ( ) : void
return void

TryAWordRootSite() public method

public TryAWordRootSite ( SIL.FieldWorks.FDO.FdoCache cache, XCore mediator ) : System
cache SIL.FieldWorks.FDO.FdoCache
mediator XCore
return System