[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Forms.IButton.DismissButton

DismissButton Property

DismissButton

Gets or sets whether the button is the dismiss button.

Not supported by the *.ssjson format.

Declaration
bool DismissButton { get; set; }
Property DismissButton As Boolean
Examples
IButton button = worksheet.Controls.AddButton(20, 20, 120, 24);
button.DismissButton = true;
bool isDismissButton = button.DismissButton;