FormListControl.dragText Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.