WebPart::WebBrowsableObject Property
Gets a reference to the WebPart control to enable it to be edited by custom EditorPart controls.
Assembly: System.Web (in System.Web.dll)
[BrowsableAttribute(false)] public: virtual property Object^ WebBrowsableObject { Object^ get (); }
Property Value
Type: System::ObjectA System::Object that consists of the child control of a WebPart control.
Implements
IWebEditable::WebBrowsableObjectIf 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.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.