Click or drag to resize
FramesetItem Property
Return the Frame object defining the frame at the specified 0-based index within this frameset

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public Frame this[
	int index
] { get; }

Parameters

index
Type: SystemInt32

Property Value

Type: Frame
See Also