ToolStripPanel.RenderMode Property
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 or sets the painting styles to be applied to the ToolStripPanel.
public:
property System::Windows::Forms::ToolStripRenderMode RenderMode { System::Windows::Forms::ToolStripRenderMode get(); void set(System::Windows::Forms::ToolStripRenderMode value); };
public System.Windows.Forms.ToolStripRenderMode RenderMode { get; set; }
member this.RenderMode : System.Windows.Forms.ToolStripRenderMode with get, set
Public Property RenderMode As ToolStripRenderMode
Property Value
One of the ToolStripRenderMode values.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.