Search
Table.FeedbackPenStyle Property
See Also
 



Gets or sets the line style of the table feedback frame.

 Syntax

VB6  Copy Code

Public Property Get FeedbackPenStyle() As EPenStyle
Public Property Let FeedbackPenStyle( _
    ByVal value As EPenStyle _
)

C++  Copy Code

public:
EPenStyle get_FeedbackPenStyle ()
void put_FeedbackPenStyle (
    EPenStyle value
)

 Property Value

A member of the EPenStyle enumeration.

 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. This property specifies the style of the pen with which the frame is painted.

 See Also