Search
FlowChart.FeedbackPenWidth Property
See Also
 



Gets or sets the width of the pen used to draw the drag-and-drop feedback frame.

 Syntax

VB6  Copy Code

Public Property Get FeedbackPenWidth() As Long
Public Property Let FeedbackPenWidth( _
    ByVal value As Long _
)

C++  Copy Code

public:
int get_FeedbackPenWidth ()
void put_FeedbackPenWidth (
    int value
)

 Property Value

A long value. The default is 3.

 Remarks

Default 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