ContentDialog.IsSecondaryButtonEnabled 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 whether the dialog's secondary button is enabled.
public:
property bool IsSecondaryButtonEnabled { bool get(); void set(bool value); };
bool IsSecondaryButtonEnabled();
void IsSecondaryButtonEnabled(bool value);
public bool IsSecondaryButtonEnabled { get; set; }
var boolean = contentDialog.isSecondaryButtonEnabled;
contentDialog.isSecondaryButtonEnabled = boolean;
Public Property IsSecondaryButtonEnabled As Boolean
<ContentDialog IsSecondaryButtonEnabled="bool"/>
Property Value
Boolean
bool
True if the secondary button of the dialog is enabled; Otherwise, false.