Window.WindowNumber Property

Definition

Returns the window number of the document displayed in the specified window. For example, if the caption of the window is "Sales.doc:2", this property returns the number 2.

public:
 property int WindowNumber { int get(); };
public int WindowNumber { get; }
member this.WindowNumber : int
Public ReadOnly Property WindowNumber As Integer

Property Value

Remarks

Use the Index property to return the number of the specified window in the Windows collection.

Applies to