CrmConnectionManager.ParentControl Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This the parent control that invoked me.
public:
property System::Windows::Controls::UserControl ^ ParentControl { System::Windows::Controls::UserControl ^ get(); void set(System::Windows::Controls::UserControl ^ value); };
public System.Windows.Controls.UserControl ParentControl { get; set; }
member this.ParentControl : System.Windows.Controls.UserControl with get, set
Public Property ParentControl As UserControl