VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools.UserInteraction Namespace / WpfUserInteractionVisualTool Class / ChangeFocusedItemBeforeInteraction Property
Syntax Requirements SeeAlso
In This Topic
    ChangeFocusedItemBeforeInteraction Property (WpfUserInteractionVisualTool)
    In This Topic
    Gets or sets a value indicating whether focused item can be changed before interaction.
    Syntax
    'Declaration
    
    Public Property ChangeFocusedItemBeforeInteraction As Boolean
    
    
    public bool ChangeFocusedItemBeforeInteraction { get; set; }
    
    
    public: __property bool get_ChangeFocusedItemBeforeInteraction();
    public: __property void set_ChangeFocusedItemBeforeInteraction(
    bool value
    );
    public:
    property bool ChangeFocusedItemBeforeInteraction { bool get(); void set(bool value); }

    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.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also