Skip to content

pbControlFlagControlStretched - cCJMenuItem

Determines whether to stretch a control to fill the maximum available width if the control is in the menubar

Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None

Syntax

Property Boolean pbControlFlagControlStretched
Access Type Syntax
Read Access: Get pbControlFlagControlStretched to BooleanVariable
Write Access: Set pbControlFlagControlStretched to BooleanVariable/Value

Description

pbControlFlagControlStretched is used to stretch a control to fill the maximum available width if the control is in the menubar. This has no effect on controls in the toolbar.

Default is False

Col 1 Col 2
Note: This is a design-time only property. This property is applied when the COM control is created. You should not change this property after the control is created. Changing the property will have no effect on the existing control.