RegionBaseFocused 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).
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
public virtual bool Focused { get; set; }
Public Overridable Property Focused As Boolean
Get
Set
public:
virtual property bool Focused {
bool get ();
void set (bool value);
}
abstract Focused : bool with get, set
override Focused : bool with get, set
BooleanIDocumentObjectFocused