API Reference
Class
ListBoxPresentationElement
List box control representing a multi-item UI list bound to a policy element.
Inheritance
- PresentationElement
- ListBoxPresentationElement
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
- Optional reference identifier.
- height System.Nullable{System.Int32}
- Suggested control height in rows.
- label System.String
- Optional display label.
Inherited Methods
Properties
Inherited Properties
public String RefId { get; } #Inherited from PresentationElement