VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools Namespace / WpfCompositeVisualTool Class / Contains(WpfVisualTool) Method
Syntax Requirements SeeAlso
    Contains(WpfVisualTool) Method (WpfCompositeVisualTool)
    Determines that visual tool is a child tool of the WpfCompositeVisualTool.
    Syntax
    'Declaration
    
    Public Function Contains( _
    ByVal visualTool
    The visual tool to check.
    As WpfVisualTool _
    ) As Boolean
     

    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