Class PanelOkCancelButtons
Panel with Ok, Cancel and Apply buttons.
[ControlCategory("Panels")]
public class PanelOkCancelButtons : StackPanel, IBaseObject, IDisposableObject, ISupportInitialize, IFocusable, ITextProperty, IComponent, IControl, IDisposable, IWin32Window, INotifyDataErrorInfo
- Inheritance
-
PanelOkCancelButtons
- Implements
Remarks
Example of how a PanelOkCancelButtons can look:
Constructors
- PanelOkCancelButtons()
Initializes a new instance of the PanelOkCancelButtons class.
Properties
- ApplyButton
Gets 'Apply' button.
- CancelButton
Gets 'Cancel' button.
- DefaultButtonMargin
Gets or sets default button margin for the 'Ok', 'Cancel' and 'Apply' buttons.
- OkButton
Gets 'Ok' button.
- ShowApplyButton
Gets or sets whether 'Apply' button is visible.
- UseModalResult
Gets or sets whether 'Ok' and 'Cancel' buttons change ModalResult when they are clicked.