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