C# Class NanoByte.Common.Controls.UriTextBox

Inheritance: HintTextBox
Afficher le fichier Open project: nano-byte/common

Private Properties

Свойство Type Description
GetDropText string

Méthodes publiques

Méthode Description
UriTextBox ( ) : System

Méthodes protégées

Méthode Description
OnDragDrop ( DragEventArgs drgevent ) : void
OnDragEnter ( DragEventArgs drgevent ) : void
ValidateUri ( string text ) : bool

Checks if a text represents a valid Uri.

Private Methods

Méthode Description
GetDropText ( DragEventArgs dragEventArgs ) : string

Returns the text dropped on a control.

Method Details

OnDragDrop() protected méthode

protected OnDragDrop ( DragEventArgs drgevent ) : void
drgevent System.Windows.Forms.DragEventArgs
Résultat void

OnDragEnter() protected méthode

protected OnDragEnter ( DragEventArgs drgevent ) : void
drgevent System.Windows.Forms.DragEventArgs
Résultat void

UriTextBox() public méthode

public UriTextBox ( ) : System
Résultat System

ValidateUri() protected méthode

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