VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools Namespace / CompositeVisualTool Class / Contains(VisualTool) Method
Syntax Requirements SeeAlso
In This Topic
    Contains(VisualTool) Method (CompositeVisualTool)
    In This Topic
    Determines that visual tool is a child tool of the CompositeVisualTool.
    Syntax
    'Declaration
    
    Public Function Contains( _
    ByVal visualTool
    The visual tool to check.
    As VisualTool _
    ) As Boolean
    public bool Contains(
    VisualTool visualTool
    )
    public: bool Contains(
    VisualTool* visualTool
    )
    public:
    bool Contains(
    VisualTool^ visualTool
    )

    Parameters

    visualTool
    The visual tool to check.

    Return Value

    True if specified visual tool is a child tool of the composite visual tool;
    false if specified visual tool is not a child tool of the composite visual tool.
    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