Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This property controls whether this window has a close button.
Namespace: Microsoft.TeamFoundation.Controls.WPF
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Property DisableCloseButton As Boolean
public bool DisableCloseButton { get; set; }
public:
property bool DisableCloseButton {
bool get ();
void set (bool value);
}
member DisableCloseButton : bool with get, set
function get DisableCloseButton () : boolean
function set DisableCloseButton (value : boolean)
Property Value
Type: System.Boolean
Returns Boolean.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.