C# 클래스 NanoByte.Common.Controls.UriTextBox

상속: HintTextBox
파일 보기 프로젝트 열기: nano-byte/common

Private Properties

프로퍼티 타입 설명
GetDropText string

공개 메소드들

메소드 설명
UriTextBox ( ) : System

보호된 메소드들

메소드 설명
OnDragDrop ( DragEventArgs drgevent ) : void
OnDragEnter ( DragEventArgs drgevent ) : void
ValidateUri ( string text ) : bool

Checks if a text represents a valid Uri.

비공개 메소드들

메소드 설명
GetDropText ( DragEventArgs dragEventArgs ) : string

Returns the text dropped on a control.

메소드 상세

OnDragDrop() 보호된 메소드

protected OnDragDrop ( DragEventArgs drgevent ) : void
drgevent System.Windows.Forms.DragEventArgs
리턴 void

OnDragEnter() 보호된 메소드

protected OnDragEnter ( DragEventArgs drgevent ) : void
drgevent System.Windows.Forms.DragEventArgs
리턴 void

UriTextBox() 공개 메소드

public UriTextBox ( ) : System
리턴 System

ValidateUri() 보호된 메소드

Checks if a text represents a valid Uri.
protected ValidateUri ( string text ) : bool
text string Text to check.
리턴 bool