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.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)
Syntax
'Declaration
Protected Overrides ReadOnly Property CreateParams As CreateParams
protected override CreateParams CreateParams { get; }
protected:
virtual property CreateParams^ CreateParams {
CreateParams^ get () override;
}
abstract CreateParams : CreateParams with get
override CreateParams : CreateParams with get
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.