Represents an element on a hosted page and provides access to the element's parameters.
Top
Top
The following tables list the members exposed by the IPageElement type.
| Name | Description | |
|---|---|---|
|
AreParametersAccessible | Determines if this element's parameters are currently available. |
|
Category | Gets the Category. |
|
ControlId | Gets the ControlId. |
|
ControlName | Gets the ControlName. |
|
Description | Gets the Description. |
|
HostingPage | Gets the element's hosting page. |
|
PageElementChildren | Gets the collection of children for a container control. |
|
PageElementContentSize | Gets/sets the element's usable content size, i.e., exclusive of borders. Used to support special resizing functionality (e.g., RunModeControlPanel). |
|
PageElementName | Gets the name of the element. |
|
PageElementParent | Gets/sets the element's parent. Used when working with container controls. |
|
PageElementPosition | Gets/sets the element's position. Used to support special resizing functionality (e.g., MapControl). |
|
PageElementSize | Gets/sets the element's size. Used to support special resizing functionality (e.g.,MapControl). |
|
ShortDescription | Gets the Short Description. |
|
Version | Gets the Version. |
| Name | Description | |
|---|---|---|
|
AddTags | Adds one or more Tags to the PageElement. |
|
GetAllParameterNames | Gets the names of all PageElementParameters for this PageElement. |
|
GetAllParameters | Gets a list of all PageElementParameters for this PageElement. |
|
GetAllTags | Gets a list of all the Tags for this PageElement. |
|
GetInterface | Gets a reference to the specified interface implemented by this element. |
|
GetMatchingTags | (Overloaded) Gets a list of matching Tags. |
|
GetParameter | (Overloaded) Gets a reference to the named parameter. |
|
HasTags | (Overloaded) Returns true if the PageElement has the specified Tag(s). |
|
RefreshPageElementGrabHandles | Notifies the EditCanvas that something about the control has changed (probably IControlSizing.CanResize) and that if the control is currently selected, the EditCanvas should refresh the selected element's GrabHandles. |
|
RemoveTags | (Overloaded) Removes one or more Tags from the PageElement. |
|
SetParameterInformationString | Sets the informational icon and tooltip that are displayed when this control is selected in hosting application's editor (while in Design Mode). |
