ContainerControlDesigner.FrameStyle Property

Definition

Gets the style that is applied to the control frame at design time.

public:
 virtual property System::Web::UI::WebControls::Style ^ FrameStyle { System::Web::UI::WebControls::Style ^ get(); };
public virtual System.Web.UI.WebControls.Style FrameStyle { get; }
member this.FrameStyle : System.Web.UI.WebControls.Style
Public Overridable ReadOnly Property FrameStyle As Style

Property Value

A Style for the control frame at design time.

Remarks

The FrameStyle property indicates the style properties of the frame around the editable region of the control on the design surface.

Notes to Inheritors

When deriving a class from the ContainerControlDesigner class, override the FrameStyle property to change the Style properties of the frame, such as the border, foreground color, background color, and caption font settings.

Applies to

See also