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

Afficher le fichier Open project: RHY3756547/FreeSO

Méthodes publiques

Méthode Description
OpScopeControl ( ) : System
OpScopeControl ( BHAVEditor master, EditorScope scope, VMPrimitiveOperand operand, string title, string sourceProperty, string dataProperty ) : System
OperandUpdated ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
EditButton_Click ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

Method Details

Dispose() protected méthode

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

OpScopeControl() public méthode

public OpScopeControl ( ) : System
Résultat System

OpScopeControl() public méthode

public OpScopeControl ( BHAVEditor master, EditorScope scope, VMPrimitiveOperand operand, string title, string sourceProperty, string dataProperty ) : System
master BHAVEditor
scope EditorScope
operand VMPrimitiveOperand
title string
sourceProperty string
dataProperty string
Résultat System

OperandUpdated() public méthode

public OperandUpdated ( ) : void
Résultat void