CustomControl Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class CustomControl sealed : System::Management::Automation::PSControl
public sealed class CustomControl : System.Management.Automation.PSControl
type CustomControl = class
inherit PSControl
Public NotInheritable Class CustomControl
Inherits PSControl
- Inheritance
Properties
Entries | |
GroupBy |
Each control can group items and specify a header for the group. You can group by same property value, or result of evaluating a script block. (Inherited from PSControl) |
OutOfBand |
When the "shape" of formatting has been determined by previous objects, sometimes you want objects of different types to continue using that shape (table, list, or whatever) even if they specify their own views, and sometimes you want your view to take over. When OutOfBand is true, the view will apply regardless of previous objects that may have selected the shape. (Inherited from PSControl) |
Methods
Create(Boolean) |