CrmServerLoginControl.HideCancel Property
Applies To: Dynamics CRM 2015
Show Cancel Button or Not
Namespace: Microsoft.Xrm.Tooling.CrmConnectControl
Assembly: Microsoft.Xrm.Tooling.CrmConnectControl (in Microsoft.Xrm.Tooling.CrmConnectControl.dll)
Syntax
public bool HideCancel { get; set; }
public:
property bool HideCancel {
bool get();
void set(bool value);
}
member HideCancel : bool with get, set
Public Property HideCancel As Boolean
Property Value
Type: System.Boolean
Remarks
The flag is specified in XAML as a bool.
See Also
CrmServerLoginControl Class
Microsoft.Xrm.Tooling.CrmConnectControl Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright