TestimoX

API Reference

Class

CheckBoxPresentationElement

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Modifiers sealed

Represents a checkbox element within a presentation.

Inheritance

Constructors

public CheckBoxPresentationElement(String refId, Nullable<Boolean> defaultChecked, String label) #

Initializes a new instance of the CheckBoxPresentationElement class.

Parameters

refId System.String requiredposition: 0
Optional reference identifier.
defaultChecked System.Nullable{System.Boolean} requiredposition: 1
Whether the checkbox is checked by default.
label System.String requiredposition: 2
Optional display label.

Properties

public Nullable<Boolean> DefaultChecked { get; } #

Gets whether the checkbox is checked by default.

public String Label { get; } #

Optional display label for the checkbox.