Search
Table.FeedbackPenWidth Property
See Also
 



Gets or sets the width of the table feedback frame.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
int get_FeedbackPenWidth ()
void put_FeedbackPenWidth (
    int value
)

 Property Value

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

 See Also