TaskDialogExpander.Position Property

Definition

Gets or sets the TaskDialogExpanderPosition that specifies where the expanded area of the task dialog is to be displayed.

public:
 property System::Windows::Forms::TaskDialogExpanderPosition Position { System::Windows::Forms::TaskDialogExpanderPosition get(); void set(System::Windows::Forms::TaskDialogExpanderPosition value); };
public System.Windows.Forms.TaskDialogExpanderPosition Position { get; set; }
member this.Position : System.Windows.Forms.TaskDialogExpanderPosition with get, set
Public Property Position As TaskDialogExpanderPosition

Property Value

The TaskDialogExpanderPosition that specifies where the expanded area of the task dialog is to be displayed. The default is AfterText.

Exceptions

The property is set and this expander instance is currently bound to a task dialog.

Applies to