TaskDialogControl.BoundPage Property

Definition

Gets the TaskDialogPage instance which this control is currently bound to.

public:
 property System::Windows::Forms::TaskDialogPage ^ BoundPage { System::Windows::Forms::TaskDialogPage ^ get(); };
public System.Windows.Forms.TaskDialogPage? BoundPage { get; }
member this.BoundPage : System.Windows.Forms.TaskDialogPage
Public ReadOnly Property BoundPage As TaskDialogPage

Property Value

The TaskDialogPage instance which this control is bound to, or null if this control is not currently bound.

Remarks

A control will be bound to a page while it is being displayed, for exactly the same time as the returned page is bound to a dialog that can be retrieved by BoundDialog.

While a control is bound to a page, you cannot show that control instance using a different TaskDialogPage instance at the same time.

Applies to