Gets or sets the width of the table feedback frame.
SyntaxVB6
Copy Code
|
|---|
Public Property Get FeedbackPenWidth() As Long |
C++
Copy Code
|
|---|
public: |
A long value.
RemarksWhile 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