Share via


FormListControl.dragText Method

Definition

Retrieves the text that is displayed when a user drags an item in a form list control.

public:
 override System::String ^ dragText();
public override string dragText ();
override this.dragText : unit -> string
Public Overrides Function dragText () As String

Returns

A String data type value that specifies the text that is displayed when a user drags a form list control.

Remarks

To override this method on a list view control, right-click the Methods node below the control, point to Override Method, and then click dragText. For information about best practices for forms and code, see No Code in Forms.

Applies to