RegionHolderTFocused Property

Determines whether the element is in the editing mode or not. If true, the element is highlighted with a frame and gets the right to place the cursor in it. The frame color is determined by the relevance of the element's information (InDate property).

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public override bool Focused { get; set; }

Property Value

Boolean

Implements

IDocumentObjectFocused
IDocumentObjectFocused

See Also