TaskDialogExpander.Position Property
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.
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.