TestimoX

API Reference

Class

ListBoxPresentationElement

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Modifiers sealed

List box control representing a multi-item UI list bound to a policy element.

Inheritance

Constructors

public ListBoxPresentationElement(String refId, Nullable<Int32> height, String label) #

Initializes a new list box control bound to a policy element.

Parameters

refId System.String requiredposition: 0
Optional reference identifier.
height System.Nullable{System.Int32} requiredposition: 1
Suggested control height in rows.
label System.String requiredposition: 2
Optional display label.

Properties

public Nullable<Int32> Height { get; } #

Suggested control height in rows.

public String Label { get; } #

Optional display label.