C# Class ConEmu.WinForms.ConEmuSession.HostContext

Covers parameters of the host control needed to run the session. ConEmuStartInfo tells what to run and how, while this class tells “where” and is not directly user-configurable, it's derived from the hosting control.
Mostra file Open project: Maximus5/conemu-inside

Public Properties

Property Type Description
IsStatusbarVisibleInitial bool

Public Methods

Method Description
HostContext ( [ hWndParent, bool isStatusbarVisibleInitial ) : System

Method Details

HostContext() public method

public HostContext ( [ hWndParent, bool isStatusbarVisibleInitial ) : System
hWndParent [
isStatusbarVisibleInitial bool
return System

Property Details

IsStatusbarVisibleInitial public_oe property

public bool IsStatusbarVisibleInitial
return bool