TaskDialogExpander.ExpandedButtonText Property

Definition

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

public:
 property System::String ^ ExpandedButtonText { System::String ^ get(); void set(System::String ^ value); };
public string? ExpandedButtonText { get; set; }
member this.ExpandedButtonText : string with get, set
Public Property ExpandedButtonText As String

Property Value

The text that is to be displayed in the expander button when it is in the expanded state, or null or an empty string to use a text provided by the operating system. The default value is null.

Exceptions

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

Applies to