[This is preliminary documentation and is subject to change.]

Is the toolbar visible. Note that any item that has application id greater than 500 is always selected

Namespace:  OfficeClip.BusinessLayer.Framework
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public bool IsVisible(
	byte[] filter
)
Visual Basic (Declaration)
Public Function IsVisible ( _
	filter As Byte() _
) As Boolean
Visual C++
public:
bool IsVisible(
	array<unsigned char>^ filter
)

Parameters

filter
Type: array<System..::.Byte>[]()[]
The array of application id

Return Value

true if visible but false otherwise

See Also