Search
Table.FeedbackColor Property
See Also
 



Gets or sets the color of the table feedback frame.

 Syntax

VB6  Copy Code

Public Property Get FeedbackColor() As Long
Public Property Let FeedbackColor( _
    ByVal value As Long _
)

C++  Copy Code

public:
unsigned int get_FeedbackColor ()
void put_FeedbackColor (
    unsigned int value
)

 Property Value

A color value.

 Remarks

While a drag-and-drop operation is in progress, a frame is drawn around a table to indicate that the table would accept the dragged data. The frame is painted with the color assigned to this property.

 See Also