Gets or sets the style of the pen used to draw the drag-and-drop feedback frame.
SyntaxVB6
Copy Code
|
|---|
Public Property Get FeedbackPenStyle() As EPenStyle |
C++
Copy Code
|
|---|
public: |
A member of the EPenStyle enumeration. The default is psSolid.
RemarksDefault value of the FeedbackPenStyle property of new boxes created by the user or programmatically. A frame painted with a pen of this style around an object indicates to the user that the object would accept drag-and-drop operation.
See Also