EditorPart::DisplayTitle Property
Gets a string that contains the title text displayed in the title bar of an EditorPart control.
Assembly: System.Web (in System.Web.dll)
[BrowsableAttribute(false)] public: property String^ DisplayTitle { String^ get (); }
Property Value
Type: System::StringA string that represents the complete, visible title of the control. The default value is a calculated, culture-specific string supplied by the .NET Framework.
The DisplayTitle property returns either the current value of the base Title property or, if the control has no title, a calculated value. The calculated value consists of a localizable resource string for untitled controls. In the cases where no value is assigned to the Title property, the value of the DisplayTitle property differs from the Title property.
Because the DisplayTitle property is designed to be a read-only, calculated property to get the actual current value of the displayed title at run time, do not attempt to use this property to set a title for an EditorPart control. To set a title, use the base Title property.
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.