Gets or sets the width of the pen used to draw the drag-and-drop feedback frame.
SyntaxVB6
Copy Code
|
|---|
Public Property Get FeedbackPenWidth() As Long |
C++
Copy Code
|
|---|
public: |
A long value. The default is 3.
RemarksDefault value of the FeedbackPenWidth property of new boxes created by the user or programmatically. This property defines the width of pen used for painting a frame around an object to indicate to the user that this object would accept drag-and-drop operation.
See Also