Click or drag to resize
CKEditorControlUseComputedState Property
Indicates that some of the editor features, like alignment and text direction, should used the "computed value" of the feature to indicate it's on/off state, instead of using the "real value". If enabled, in a left to right written document, the "Left Justify" alignment button will show as active, even if the alignment style is not explicitly applied to the current paragraph in the editor. Default value: true

Namespace: CMS.CKEditor
Assembly: CMS.CKEditor (in CMS.CKEditor.dll) Version: 8.2.23
Syntax
C#
public bool UseComputedState { get; set; }

Property Value

Type: Boolean
See Also