Gets or sets a value indicating whether a feedback frame should be painted around boxes while drag-and-drop operation is in progress.
SyntaxVB6
Copy Code
|
|---|
Public Property Get FeedbackOnDragOver() As Boolean |
C++
Copy Code
|
|---|
public: |
A boolean value. The default is false.
RemarksSpecifies if feedback frame is drawn around a box while an OLE drag-and-drop operation is performed and the box will accept the dragged data. Container boxes will also give feedback when an object is dragged over them, if this property is set to true. The feedback frame is painted with the color defined via FeedbackColor, using a pen defined via FeedbackPenStyle and FeedbackPenWidth properties.
See Also