Search
FlowChart.FeedbackPenStyle Property
See Also
 



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

 Syntax

VB6  Copy Code

Public Property Get FeedbackPenStyle() As EPenStyle
Public Property Let FeedbackPenStyle( _
    ByVal Value As EPenStyle _
)

C++  Copy Code

public:
EPenStyle get_FeedbackPenStyle ()
void put_FeedbackPenStyle (
    EPenStyle value
)

 Property Value

A member of the EPenStyle enumeration. The default is psSolid.

 Remarks

Default 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