Click or drag to resize
weroSoft AG, Software
ClientPluginMetadataShowPluginExplorer Property
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Gets a value indicating whether the plug-in shall be shown in the Plug-in Explorer.

Namespace:  WeroSoft.ComponentModel.Client
Assembly:  WeroSoft.Client.Library (in WeroSoft.Client.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public bool ShowPluginExplorer { get; protected set; }

Property Value

Type: Boolean

Implements

IClientPluginMetadataShowPluginExplorer
Remarks

If this flag is set to false, the plug-in is not shown in the primary interaction definition (menu or ribbon), even if the property StartInteractive is set. For viewing the plug-in in the primary interaction, both must be set and Triton must be configured to show the plug-ins in the primary interaction too (see on-line help, Triton Application Settings).

The default value of this property is true.

See Also