Share via


DialogBase.CreateParams Property

Gets the parameters that are used when a dialog box is created.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)

Syntax

'Declaration
Protected Overrides ReadOnly Property CreateParams As CreateParams
'Usage
Dim value As CreateParams 

value = Me.CreateParams
protected override CreateParams CreateParams { get; }
protected:
virtual property CreateParams^ CreateParams {
    CreateParams^ get () override;
}
protected override function get CreateParams () : CreateParams

Property Value

Type: System.Windows.Forms.CreateParams
The creation parameters.

Remarks

This property implements the CreateParams class.

.NET Framework Security

See Also

Reference

DialogBase Class

DialogBase Members

Microsoft.VisualStudio.Modeling.Shell Namespace