Search
Box.FeedbackPenStyle Property
See Also
 



Gets or sets the line style of the box 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 box to indicate that the box would accept the dragged data. This property specifies the style of the pen with which the frame is painted.

 See Also