Skip to content

P_Ekstrand_Windows_Forms_GroupBox_CreateParams

Fred Ekstrand edited this page Aug 4, 2020 · 1 revision

GroupBox.CreateParams Property

Gets the required creation parameters when the control handle is created.

Namespace: Ekstrand.Windows.Forms
Assembly: GroupBox (in GroupBox.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#

protected override CreateParams CreateParams { get; }

VB

Protected Overrides ReadOnly Property CreateParams As CreateParams
	Get

C++

protected:
virtual property CreateParams^ CreateParams {
	CreateParams^ get () override;
}

F#

abstract CreateParams : CreateParams with get
override CreateParams : CreateParams with get

Property Value

Type: CreateParams

See Also

Reference

GroupBox Class
Ekstrand.Windows.Forms Namespace

Clone this wiki locally