Autodesk.AutoCAD.Windows Namespace > DocumentWindow Class > DocumentWindow Properties > IsFloating Property
DocumentWindow.IsFloating Property   MG2022New
Description

Indicates whether the document window is floating.

Visual Basic
Public Property IsFloating() As bool
C#
public bool IsFloating;
Returns

Returns a Boolean value; true means the document window is floating, else false.

Conditions

Read-only

Links
   Comments?