Skip to main content

TdxSpreadSheetCustomToggleFontStyleAction.AutoCheck Property

Specifies if the Checked property value changes when the current action object is executed.

Declaration

property AutoCheck; default True;

Property Value

Type Default
Boolean True

Remarks

You can use this property to sync the action object’s Checked property value and the client control’s Checked property (or its equivalent), if present. If the AutoCheck property is set to True, the Checked property switches between True and False when the current action object is executed. Otherwise, the Checked property value is not affected by the action object execution.

The default value of the AutoCheck property is True.

See Also