Window.WindowNumber Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.