WideControl.Create(Boolean, Boolean, UInt32) Method

Definition

Create a default WideControl

public static System.Management.Automation.WideControlBuilder Create (bool outOfBand = false, bool autoSize = false, uint columns = 0);
static member Create : bool * bool * uint32 -> System.Management.Automation.WideControlBuilder
Public Shared Function Create (Optional outOfBand As Boolean = false, Optional autoSize As Boolean = false, Optional columns As UInteger = 0) As WideControlBuilder

Parameters

outOfBand
Boolean
autoSize
Boolean
columns
UInt32

Returns

Applies to