UpdateDetailsDisplayShowCloseButton Property |
Gets or sets a value indicating whether to show a "Close" button on the control.
Namespace: Kjs.AppLife.Update.ControllerAssembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
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 to show a "Close" button on the control; otherwise,
.
Remarks
If the button is clicked, the CloseRequested
event is raised.
See Also