C# Class NanoByte.Common.Controls.UriTextBox

Inheritance: HintTextBox
ファイルを表示 Open project: nano-byte/common

Private Properties

Property Type Description
GetDropText string

Public Methods

Method Description
UriTextBox ( ) : System

Protected Methods

Method Description
OnDragDrop ( DragEventArgs drgevent ) : void
OnDragEnter ( DragEventArgs drgevent ) : void
ValidateUri ( string text ) : bool

Checks if a text represents a valid Uri.

Private Methods

Method Description
GetDropText ( DragEventArgs dragEventArgs ) : string

Returns the text dropped on a control.

Method Details

OnDragDrop() protected method

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

OnDragEnter() protected method

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

UriTextBox() public method

public UriTextBox ( ) : System
return System

ValidateUri() protected method

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