DialogBase.CreateParams Property
Namespace: Microsoft.VisualStudio.Modeling.Integration.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.12.0.dll)
Syntax
protected override CreateParams CreateParams {
[SecurityPermissionAttribute(SecurityAction.InheritanceDemand,
Flags = SecurityPermissionFlag.UnmanagedCode)]
get;
}
protected:
property CreateParams^ CreateParams {
[SecurityPermissionAttribute(SecurityAction::InheritanceDemand,
Flags = SecurityPermissionFlag::UnmanagedCode)]
virtual CreateParams^ get() override;
}
override CreateParams : CreateParams with get
Protected Overrides ReadOnly Property CreateParams As CreateParams
Property Value
Type: System.Windows.Forms.CreateParams
See Also
DialogBase Class
Microsoft.VisualStudio.Modeling.Integration.Shell Namespace
Return to top