Search
FlowChart.FeedbackColor Property
See Also
 



Gets or sets the color of the drag-and-drop 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. The default is RGB:200,100,0 (orange brown).

 Remarks

Default value for the FeedbackColor property of new boxes created by the user or programmatically. A frame is painted with this color around an object to indicate to the user that the object would accept drag-and-drop operation.

 See Also