Click or drag to resize
FramesetGetFrameset Method
Retrieves an object representing the frameset by name

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public static Frameset GetFrameset(
	string Name,
	Display disp
)

Parameters

Name
Type: SystemString
Specifies the name of the frameset as defined in the project at design time.
disp
Type: (Default Namespace)Display
Specifies the display to which the frameset is linked. This is used to construct the hardware objects that support the frameset if the graphics for the frameset have not been loaded into the hardware

Return Value

Type: Frameset
An instance of the Frameset class.
Remarks
If the specified frameset has already been constructed for the specified display, it will be returned from the cache, otherwise a new instance will be constructed and added to the cache before returning.
See Also