C# Class FSO.IDE.EditorComponent.OperandForms.OpValueControl

Inheritance: System.Windows.Forms.UserControl, IOpControl
Mostra file Open project: RHY3756547/FreeSO

Public Methods

Method Description
OpValueControl ( ) : System
OpValueControl ( BHAVEditor master, EditorScope scope, VMPrimitiveOperand operand, string title, string property, OpValueBoundsProvider bounds ) : System
OperandUpdated ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

ValueEntry_ValueChanged ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

OpValueControl() public method

public OpValueControl ( ) : System
return System

OpValueControl() public method

public OpValueControl ( BHAVEditor master, EditorScope scope, VMPrimitiveOperand operand, string title, string property, OpValueBoundsProvider bounds ) : System
master BHAVEditor
scope EditorScope
operand VMPrimitiveOperand
title string
property string
bounds FSO.IDE.EditorComponent.OperandForms.DataProviders.OpValueBoundsProvider
return System

OperandUpdated() public method

public OperandUpdated ( ) : void
return void