CrmConnectionManager.ParentControl Property

 

Applies To: Dynamics CRM 2015

This the parent control that invoked me.

Namespace:   Microsoft.Xrm.Tooling.CrmConnectControl
Assembly:  Microsoft.Xrm.Tooling.CrmConnectControl (in Microsoft.Xrm.Tooling.CrmConnectControl.dll)

Syntax

public UserControl ParentControl { get; set; }
public:
property UserControl^ ParentControl {
    UserControl^ get();
    void set(UserControl^ value);
}
member ParentControl : UserControl with get, set
Public Property ParentControl As UserControl

Property Value

Type: System.Windows.Controls.UserControl

See Also

CrmConnectionManager Class
Microsoft.Xrm.Tooling.CrmConnectControl Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright