IsFinishInteractionOnLostFocus Property (UserInteractionVisualTool)
Gets or sets a value indicating whether interaction should be finished when focus is lost.
'Declaration
Public Property IsFinishInteractionOnLostFocus As Boolean
public bool IsFinishInteractionOnLostFocus { get; set; }
public: __property bool get_IsFinishInteractionOnLostFocus();
public: __property void set_IsFinishInteractionOnLostFocus(
bool
);
public:
property bool IsFinishInteractionOnLostFocus {
bool get();
void set(bool );
}
Property Value
True - interaction must be finished if focus is lost;
false - interaction must not be finished if focus is lost.
Default value is True.
Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5