UpdateDetailsDisplayShowCloseButton Property |
Gets or sets a value which determines whether or not a Close button is displayed on the control.
Namespace: Kjs.AppLife.Update.WpfAssembly: Kjs.AppLife.Update.Wpf (in Kjs.AppLife.Update.Wpf.dll) Version: 5.1.0.0 (5.1.0.0)
Syntaxpublic bool ShowCloseButton { get; set; }
Public Property ShowCloseButton As Boolean
Get
Set
public:
property bool ShowCloseButton {
bool get ();
void set (bool value);
}
member ShowCloseButton : bool with get, set
Property Value
Type:
Boolean
RemarksWhen the Close button is displayed, clicking it will raise the [E:CloseRequested] event.
See Also