C# Class FC3Editor.Parameters.Parameter

Inheritance: IParameter
Mostra file Open project: Azerothian/fc3editor

Protected Properties

Property Type Description
m_displayName string
m_uiControls object>.Dictionary

Public Methods

Method Description
AcquireUIControl ( ) : Control
Parameter ( string display ) : System
ReleaseUIControl ( Control control ) : void
UpdateUIControls ( ) : void

Protected Methods

Method Description
CreateUIControl ( ) : Control
OnDisplayChanged ( ) : void
UpdateUIControl ( Control control ) : void

Method Details

AcquireUIControl() public method

public AcquireUIControl ( ) : Control
return System.Windows.Forms.Control

CreateUIControl() protected abstract method

protected abstract CreateUIControl ( ) : Control
return System.Windows.Forms.Control

OnDisplayChanged() protected method

protected OnDisplayChanged ( ) : void
return void

Parameter() public method

public Parameter ( string display ) : System
display string
return System

ReleaseUIControl() public method

public ReleaseUIControl ( Control control ) : void
control System.Windows.Forms.Control
return void

UpdateUIControl() protected method

protected UpdateUIControl ( Control control ) : void
control System.Windows.Forms.Control
return void

UpdateUIControls() public method

public UpdateUIControls ( ) : void
return void

Property Details

m_displayName protected_oe property

protected string m_displayName
return string

m_uiControls protected_oe property

protected Dictionary m_uiControls
return object>.Dictionary