WebPart.WebBrowsableObject Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a reference to the WebPart control to enable it to be edited by custom EditorPart controls.
public:
virtual property System::Object ^ WebBrowsableObject { System::Object ^ get(); };
[System.ComponentModel.Browsable(false)]
public virtual object WebBrowsableObject { get; }
[<System.ComponentModel.Browsable(false)>]
member this.WebBrowsableObject : obj
Public Overridable ReadOnly Property WebBrowsableObject As Object
Property Value
A Object that consists of the child control of a WebPart control.
Implements
- Attributes
Remarks
If you create a custom WebPart control, and also create related custom EditorPart controls to enable users to edit the control at run time, you must implement the IWebEditable interface, which includes the WebBrowsableObject property.
When the WebPart control enters edit mode, the WebBrowsableObject property is called by an EditorZone control to get a reference to the WebPart control and enable the custom EditorPart controls to edit it.