Share via


FormAnimateControl.dragText Method

Definition

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

public:
 override System::String ^ dragText();
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public override string dragText ();
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
override this.dragText : unit -> string
Public Overrides 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.

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to