• HOME
  • PRODUCTS
  • DEMOS
  • DOWNLOAD
  • BUY
  • BLOG
  • FORUM
  • DOCUMENTATION
  • ABOUT
Search Results for

    Show / Hide Table of Contents

    DoesItemExist Method

    DoesItemExist(ToolboxItem)

    Indicated whether specific item is a part of this Category.

    Declaration
    public bool DoesItemExist(ToolboxItem item)
    Parameters
    Type Name Description
    ToolboxItem item

    ToolboxItem to check.

    Returns
    Type Description
    System.Boolean

    True if item collection of category contains this item; otherwise false.

    DoesItemExist(String)

    Indicated whether specific item is a part of this Category.

    Declaration
    public bool DoesItemExist(string itemName)
    Parameters
    Type Name Description
    System.String itemName

    ToolboxItem name to check.

    Returns
    Type Description
    System.Boolean

    True if item collection of category contains this item; otherwise false.

    In This Article
    • DoesItemExist(ToolboxItem)
    • DoesItemExist(String)
    Back to top Copyright AlterNET Software Download PDF