C# Class IjwFramework.Ui.ViewBase

Show file Open project: chrisforbes/Ijw.Framework Class Usage Examples

Protected Properties

Property Type Description
host MultipleViewManager
self System.Windows.Forms.Control

Public Methods

Method Description
Hide ( ) : void
Show ( ) : void
ViewBase ( MultipleViewManager host, Control self ) : System

Protected Methods

Method Description
Focus ( ) : void

Method Details

Focus() protected method

protected Focus ( ) : void
return void

Hide() public method

public Hide ( ) : void
return void

Show() public method

public Show ( ) : void
return void

ViewBase() public method

public ViewBase ( MultipleViewManager host, Control self ) : System
host MultipleViewManager
self System.Windows.Forms.Control
return System

Property Details

host protected property

protected MultipleViewManager,IjwFramework.Ui host
return MultipleViewManager

self protected property

protected Control,System.Windows.Forms self
return System.Windows.Forms.Control