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

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

Public Methods

Method Description
OpLabelControl ( ) : System
OpLabelControl ( BHAVEditor master, EditorScope scope, VMPrimitiveOperand operand, OpTextProvider textP ) : System
OperandUpdated ( ) : void

Method Details

OpLabelControl() public method

public OpLabelControl ( ) : System
return System

OpLabelControl() public method

public OpLabelControl ( BHAVEditor master, EditorScope scope, VMPrimitiveOperand operand, OpTextProvider textP ) : System
master BHAVEditor
scope EditorScope
operand VMPrimitiveOperand
textP FSO.IDE.EditorComponent.OperandForms.DataProviders.OpTextProvider
return System

OperandUpdated() public method

public OperandUpdated ( ) : void
return void