C# Class GUI.FirefoxDialog.PropertyPage

Inheritance: System.Windows.Forms.UserControl
Show file Open project: binaryage/xrefresh Class Usage Examples

Protected Properties

Property Type Description
isInit bool

Public Methods

Method Description
OnApply ( ) : void
OnInit ( ) : void
OnSetActive ( ) : void
PropertyPage ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
InitComponent ( ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

OnApply() public method

public OnApply ( ) : void
return void

OnInit() public method

public OnInit ( ) : void
return void

OnSetActive() public method

public OnSetActive ( ) : void
return void

PropertyPage() public method

public PropertyPage ( ) : System
return System

Property Details

isInit protected property

protected bool isInit
return bool