FormComboBoxControl.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.
Returns the text that is displayed when the form combo box control is dragged.
public:
override System::String ^ dragText();
public override string dragText ();
override this.dragText : unit -> string
Public Overrides Function dragText () As String
Returns
The text that is displayed when the combo box control is dragged; an empty string if there is no text to display when the combo box control is dragged.