Click or drag to resize
Subpanel Methods

The Subpanel type exposes the following members.

Methods
  NameDescription
Public methodAddArgument

Adds an argument to the dictionary of arguments for this subpanel, where key is the parameter name, and value is the argument value.

Public methodAddArguments

Appends a dictionary of arguments to the arguments of this subpanel. Any prior arguments with the same name will be overriden.

Public methodAddAttribute
Adds a local panel attribute to this subpanel. These attributes can be retrieved in the result using Attributes.
Public methodAddAttributes
Appends a dictionary of attributes to the local panel attributes of this subpanel. Any prior attributes with the same name will be overridden. These attributes can be retrieved in the result using Attributes.
Public methodStatic memberCreate

Creates a subpanel with a reference to a public panel. The subpanel can be supplied to a dynamic page.

Public methodEquals (Overrides ObjectEquals(Object).)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also