IWLClientHost
Namespace: WealthLab.WPF
Parent:

This interface provides properties and methods that let you hook into the WL8 window that is hosting a child window, typically created by an extension.

Members
ActivateOrderManager
void ActivateOrderManager()

Opens the WL8 Order Manager and brings it into focus.


AllowAutoTrading
public bool AllowAutoTrading

Returns true if the user has agreed to the Auto-Trading Agreement dialog window.


ShowExtensionChildWindow
void ShowExtensionChildWindow(ChildWindow cw, string title, System.Drawing.Image glyph)

Opens the ChildWindow instance passed in the cw parameter, giving it the specified window title and the window icon specified in glyph.


ShowIndicator
void ShowIndicator(string abbr)

Open the WL8 Indicators page in the left navigation panel, and highlights the indicator specified in the abbr parameter.


ShowPreferences
void ShowPreferences(string pageName = null)

Causes the WL8 Preferences window to open and take focus.


ShowViewPage
void ShowViewPage(string page)

Causes the left navigation pane in the main window to change to the view specified in page. Possible values are:

  • "DataSets"
  • "Indicators"
  • "Strategies"
  • "BuildingBlocks"
  • "QuickRef"