ContainerControlDesigner.FrameStyle Property
In this article
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 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
A Style for the control frame at design time.
The FrameStyle property indicates the style properties of the frame around the editable region of the control on the design surface.
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
Product | Versions |
---|---|
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: