Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This member overrides CreateParams.
Namespace: Microsoft.VisualBasic.PowerPacks
Assembly: Microsoft.VisualBasic.PowerPacks.Vs (in Microsoft.VisualBasic.PowerPacks.Vs.dll)
Syntax
'Declaration
Protected Overrides ReadOnly Property CreateParams As CreateParams
Get
protected override CreateParams CreateParams { get; }
protected:
virtual property CreateParams^ CreateParams {
CreateParams^ get () override;
}
abstract CreateParams : CreateParams
override CreateParams : CreateParams
override function get CreateParams () : CreateParams
Property Value
Type: System.Windows.Forms.CreateParams
.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.
See Also
Reference
Microsoft.VisualBasic.PowerPacks Namespace