Important Buttons

Control Buttons

Indicators

Linear Browser Button

Home Button

Application Program Interface (API)

Following are simple explanation of application program interface for the assistance of the user interacting with the LBC.dll.

Declaration

NotJustBrowsing.LinearBrowser lbc = new NotJustBrowsing.LinearBrowser();

Setting Size of Form

lbc.Dock = DockStyle.Fill;

you can set its dock fill or

lbc.Height=600;

lbc.Width = 500;

you can set its height or width.

Initializing

There are couple of initializing methods are given in the LBC.DLL , now

its upon you which you want to select.

Initialize: With Control Panel With Indicator Panel

©2015-2021 Muhammad Fasi and Abdul Karim, Institute of Information Technology, Quaid-i-Azam University, Islamabad, Pakistan. All rights reserved.