Skip to main content

TdxSpreadSheetSetPortraitPageOrientation.AutoCheck Property

Specifies whether the Checked property value changes in response to an Execute function call.

Declaration

property AutoCheck; default True;

Property Value

Type Default
Boolean True

Remarks

If this property is set to True, the Checked property switches between True and False in response to an Execute function call. Otherwise, the action object does not update the linked UI element’s state when it executes.

The default AutoCheck property value is True.

See Also