PanelContainerDesigner.FrameCaption Property

Gets the caption that appears on the associated Panel control.

Namespace: System.Web.UI.Design.WebControls
Assembly: System.Design (in system.design.dll)

public:
virtual property String^ FrameCaption {
	String^ get () override;
}
/** @property */
public String get_FrameCaption ()

public override function get FrameCaption () : String

Not applicable.

Property Value

A string that contains the panel caption.

The FrameCaption property returns the GroupingText property of the associated Panel control.

The following code example shows how to override the FrameCaption property in a class that is inherited from the PanelContainerDesigner class to change the appearance of a control that is derived from the Panel class at design time. The example provides a default caption for the associated control, if none was defined.

No code example is currently available or this language may not be supported.

Windows 98, Windows Server 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0

Community Additions

ADD
Show: