Click or drag to resize

TextDocumentViewOptionsIsViewerSelected Property

Gets or sets the last focus location. If true, the viewer window was selected last, if false, the editor window was selected.

Namespace: Altaxo.Text.GuiModels
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool IsViewerSelected { get; set; }

Property Value

Boolean
See Also