Click or drag to resize
Frameset Class
Provides objects that encapsulate the functionality of the framesets defined at design time.
Inheritance Hierarchy
SystemObject
  (Default Namespace)Frameset

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
[SerializableAttribute]
public class Frameset : ISerializable

The Frameset type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodStatic memberGetFrameset
Retrieves an object representing the frameset by name
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetObjectData
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyCount
Return the number of frames in this frameset.
Public propertyItem
Return the Frame object defining the frame at the specified 0-based index within this frameset
Top
Remarks
The class is entirely generated based on the framesets defined in the project. Static members exist to create/access instances of each frameset, and each instance represents one specific frameset. Only one instance (maximum) of each frameset will ever exist per display.
See Also