Share

SearchBox Object


Description

Represents a search box in the browser.

Methods

Name Description
Search Method that start to search text.

Properties

Name Description
Application Gets the root Application object. Where the property is weakly-typed, it can be set to (QueryInterfaced for) 'Application' when running with Inventor whereas, 'ApprenticeServer' when running with the Apprentice Server.
Enabled Read-write property that gets and sets whether the search box is enabled or not.
Parent Gets the parent object from whom this object can logically be reached.
SearchBoxEvents Read-only property that returns a SearchBoxEvents object.
SearchFilter Read-only property that returns the search box filter. This could be a bit-mask defining various of filters. Set this to 0 will clear the search filter.
SearchText Read-only property that returns the search text.
Type Gets the constant that indicates the type of this object.
Visible Read-write property that gets and sets whether the search box is displayed or hidden.

Accessed From

BrowserPane.SearchBox, SearchBoxEvents.Parent

Samples

Name Description
Browser Search Box Sample This sample demonstrates how to use the search box in a document's browser pane.

Version

Introduced in version 2018

Was this information helpful?