VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.UI.Annotations Namespace / PdfAnnotationTool Class / CanChangeFocusedItem(VisualToolMouseEventArgs) Method
Syntax Requirements SeeAlso
In This Topic
    CanChangeFocusedItem(VisualToolMouseEventArgs) Method (PdfAnnotationTool)
    In This Topic
    Returns a value indicating whether tool can change focused item when mouse is used.
    Syntax
    'Declaration
    
    Protected Overrides Function CanChangeFocusedItem( _
    ByVal e
    The VisualToolMouseEventArgs instance containing the mouse event data.
    As Vintasoft.Imaging.UI.VisualTools.VisualToolMouseEventArgs _
    ) As Boolean
    protected override bool CanChangeFocusedItem(
    Vintasoft.Imaging.UI.VisualTools.VisualToolMouseEventArgs e
    )
    protected: bool CanChangeFocusedItem(
    Vintasoft.Imaging.UI.VisualTools.VisualToolMouseEventArgs* e
    ); override
    protected:
    bool CanChangeFocusedItem(
    Vintasoft.Imaging.UI.VisualTools.VisualToolMouseEventArgs^ e
    ); override

    Parameters

    e
    The VisualToolMouseEventArgs instance containing the mouse event data.

    Return Value

    True - focused item can be changed; false - focused item can NOT be changed.
    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