C# Class Thinktecture.Tools.Web.Services.WsdlWizard.WsdlWizardForm.MessagePaneLabelController

Represents a custom controller for the dynamically created PropertyPane and Textbox controls.
Mostrar archivo Open project: WSCF/WSCF

Public Methods

Method Description
MessagePaneLabelController ( TextBox messageTextBox, PropertyPane messageLabel ) : System

Initializes a new instance of the MessagePaneLabelController with the specified values.

Private Methods

Method Description
TextBox_FocusOver ( object sender, EventArgs e ) : void

Performs the actions when the controlled text box changes the focus.

Method Details

MessagePaneLabelController() public method

Initializes a new instance of the MessagePaneLabelController with the specified values.
public MessagePaneLabelController ( TextBox messageTextBox, PropertyPane messageLabel ) : System
messageTextBox System.Windows.Forms.TextBox Reference to the Textbox to control.
messageLabel PropertyPane Reference to the PropertyPane to control.
return System