VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools Namespace / VisualTool Class / IsActionButtonContains(MouseButtons) Method
Syntax Requirements SeeAlso
In This Topic
    IsActionButtonContains(MouseButtons) Method (VisualTool)
    In This Topic
    Determines whether the ActionButton contains the button.
    Syntax
    'Declaration
    
    Protected Overridable Function IsActionButtonContains( _
    ByVal button
    The button.
    As System.Windows.Forms.MouseButtons _
    ) As Boolean
    protected virtual bool IsActionButtonContains(
    System.Windows.Forms.MouseButtons button
    )
    protected: virtual bool IsActionButtonContains(
    System.Windows.Forms.MouseButtons* button
    )
    protected:
    virtual bool IsActionButtonContains(
    System.Windows.Forms.MouseButtons^ button
    )

    Parameters

    button
    The button.

    Return Value

    True - the ActionButton contains the button; otherwise, false.
    Requirements

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

    See Also