System.Windows.Forms.CreateParams.ClassName Property

Gets or sets the name of the Windows class to derive the control from.

Syntax

public string ClassName { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The default value for this property is null, indicating that the control is not derived from an existing control class. To derive from an existing control class, store the system class name in this property. For example, to derive from the standard System.Windows.Forms.Button control, set this property to "BUTTON".

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0