C# 클래스 Thinktecture.Tools.Web.Services.WsdlWizard.WsdlWizardForm.MessagePaneLabelController

Represents a custom controller for the dynamically created PropertyPane and Textbox controls.
파일 보기 프로젝트 열기: WSCF/WSCF

공개 메소드들

메소드 설명
MessagePaneLabelController ( TextBox messageTextBox, PropertyPane messageLabel ) : System

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

비공개 메소드들

메소드 설명
TextBox_FocusOver ( object sender, EventArgs e ) : void

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

메소드 상세

MessagePaneLabelController() 공개 메소드

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.
리턴 System