Search
FlowChart.InplaceEditCancelOnEsc Property
See Also
 



Gets or sets a value indicating whether pressing the ESC key should exit inplace-edit mode and cancel any changes made to text.

 Syntax

VB6  Copy Code

Public Property Get InplaceEditCancelOnEsc() As Boolean
Public Property Let InplaceEditCancelOnEsc( _
    ByVal value As Boolean _
)

C++  Copy Code

public:
bool get_InplaceEditCancelOnEsc ()
void put_InplaceEditCancelOnEsc (
    bool value
)

 Property Value

A boolean value. The default is true.

 Remarks

If the value of this property is false, pressing the ESC key has no effect while in inplace-edit mode.

 See Also