Table of Contents

Struct PanelOkCancelButtons.CreateParameters

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Represents the parameters used to configure the creation of the panel.

public struct PanelOkCancelButtons.CreateParameters

Remarks

This structure allows to specify which standard dialog buttons ("OK", "Cancel", "Apply") should be created.

Constructors

CreateParameters()

Initializes a new instance of the PanelOkCancelButtons.CreateParameters class.

Fields

IsApplyButtonCreated

Gets or sets a value indicating whether the "Apply" button should be created.

IsCancelButtonCreated

Gets or sets a value indicating whether a "Cancel" button should be created.

IsOkButtonCreated

Gets or sets a value indicating whether an "OK" button should be created.