DataRepeater.CreateParams Property

 

This API supports the product 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

protected override CreateParams CreateParams {
    [SecurityPermissionAttribute(SecurityAction.LinkDemand, Flags = SecurityPermissionFlag.UnmanagedCode)]
    get;
}
protected:
property CreateParams^ CreateParams {
    [SecurityPermissionAttribute(SecurityAction::LinkDemand, 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

DataRepeater Class
Microsoft.VisualBasic.PowerPacks Namespace
Introduction to the DataRepeater Control (Visual Studio)

Return to top