Skip to content

ShowOptionButton Property

Description

Specifies whether to display an option button in the group caption.

Property Type

Read-write property

Syntax (Visual Basic)

Public Property ShowOptionButton() As Boolean

Remarks

The option button is typically used to launch a dialog associated with the group. The CommandBars Execute event occurs when the option button is clicked. The Group Id is used to identify which group's option button was clicked; the Control parameter of the Execute event will contain the Group Id.

Option Button

See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.