Gets or sets the line style of the box feedback frame.
SyntaxVB6
Copy Code
|
|---|
Public Property Get FeedbackPenStyle() As EPenStyle |
C++
Copy Code
|
|---|
public: |
A member of the EPenStyle enumeration.
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 style of the pen with which the frame is painted.
See Also