Share via


FormControl.dragText Method

Definition

Retrieves the text that is displayed when the form control is dragged.

public:
 virtual System::String ^ dragText();
public virtual string dragText ();
abstract member dragText : unit -> string
override this.dragText : unit -> string
Public Overridable Function dragText () As String

Returns

The text that is displayed when the control is dragged; an empty string if there is no text to display when the control is dragged.

Applies to