Share

DesignProjectManager.AddOptionsButton Method

Parent Object: DesignProjectManager

Description

Method that adds an options button to the Projects dialog. The returned button object can be used to receive an OnClick event fired when the user clicks the option button.

Syntax

DesignProjectManager.AddOptionsButton( ClientId As String, DisplayName As String, ToolTipText As String, [StandardIcon] As Variant ) As ProjectOptionsButton

Parameters

Name Type Description
ClientId String Input string that uniquely identifies the client.
DisplayName String Input string that specifies the dispaly name of the control.
ToolTipText String Input string that specifies the tooltip text.
StandardIcon Variant Optional input Picture (IPictureDisp) object that specifies the icon to use for the control.

This is an optional argument whose default value is null.

Version

Introduced in version 2012

Was this information helpful?