Gets or sets the document which is the current editing target.

Namespace: Sgry.Azuki.WinForms
Assembly: Azuki (in Azuki.dll) Version: 1.7.13.40248

Syntax

C#
public Document Document { get; set; }
Visual Basic
Public Property Document As Document
	Get
	Set

Property Value

Type: Document

Implements

IUserInterface..::..Document

See Also