ChangeFocusedItemBeforeInteraction Property (WpfUserInteractionVisualTool)
Gets or sets a value indicating whether focused item can be changed before interaction.
'Declaration
Public Property ChangeFocusedItemBeforeInteraction As Boolean
public bool ChangeFocusedItemBeforeInteraction { get; set; }
public: __property bool get_ChangeFocusedItemBeforeInteraction();
public: __property void set_ChangeFocusedItemBeforeInteraction(
bool
);
public:
property bool ChangeFocusedItemBeforeInteraction {
bool get();
void set(bool );
}
Property Value
True - the focused item can be changed before interaction, false - the focused item can not be changed before interaction; Default value is false.
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5