Visible Control Attribute

If the Visible Control bit is set, the control is visible on the dialog box. If this bit is not set, the control is hidden on the dialog box. The visible or hidden state of the Visible control attribute can be later changed by a Control Event.

Valid Controls

All controls.

Value

Decimal Hexadecimal Constant
1 0x00000001 msidbControlAttributesVisible

 

Remarks

You can use the ControlCondition table to show or hide a control according to the value of a property or conditional statement. You can also show or hide a control by subscribing the control to a ControlEvent. Enter the attribute's identifier in the Attribute column and the event's identifier in the Event column of the EventMapping table.

See Control Attributes and Controls.