Modifier

TaskDialogExpander Class

Definition

Represents an expander button and the associated expanded area of a task dialog.

public ref class TaskDialogExpander sealed : System::Windows::Forms::TaskDialogControl
public sealed class TaskDialogExpander : System.Windows.Forms.TaskDialogControl
type TaskDialogExpander = class
    inherit TaskDialogControl
Public NotInheritable Class TaskDialogExpander
Inherits TaskDialogControl
Inheritance
TaskDialogExpander

Constructors

TaskDialogExpander()

Initializes a new instance of the TaskDialogExpander class.

TaskDialogExpander(String)

Initializes a new instance of the TaskDialogExpander class using the given text.

Properties

BoundPage

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

(Inherited from TaskDialogControl)
CollapsedButtonText

Gets or sets the text to be displayed in the expander button when it is in the collapsed state.

Expanded

Gets or sets a value that indicates whether the expander button is in the expanded state (so that the dialog's expanded area is visible).

ExpandedButtonText

Gets or sets the text to be displayed in the expander button when it is in the expanded state.

Position

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

Tag

Gets or sets the object that contains data about the control.

(Inherited from TaskDialogControl)
Text

Gets or sets the text to be displayed in the dialog's expanded area.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current TaskDialogExpander control.

Events

ExpandedChanged

Occurs when the value of the Expanded property changes while this control is shown in a task dialog.

Applies to