VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools Namespace / WpfVisualTool Class / IsActionButtonContains(VintasoftMouseButtons) Method
Syntax Requirements SeeAlso
In This Topic
    IsActionButtonContains(VintasoftMouseButtons) Method (WpfVisualTool)
    In This Topic
    Determines whether the ActionButton contains the button.
    Syntax
    'Declaration
    
    Protected Overridable Function IsActionButtonContains( _
    ByVal button
    The button.
    As Vintasoft.Imaging.UI.VintasoftMouseButtons _
    ) As Boolean
    protected virtual bool IsActionButtonContains(
    Vintasoft.Imaging.UI.VintasoftMouseButtons button
    )
    protected: virtual bool IsActionButtonContains(
    Vintasoft.Imaging.UI.VintasoftMouseButtons button
    )
    protected:
    virtual bool IsActionButtonContains(
    Vintasoft.Imaging.UI.VintasoftMouseButtons button
    )

    Parameters

    button
    The button.

    Return Value

    True - the ActionButton contains the button; otherwise, 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