Microsoft.ManagementConsole.PropertyPageContainerControl.PropertyPageContainerControl C# (CSharp) Method

PropertyPageContainerControl() public method

public PropertyPageContainerControl ( PropertyPage ownerPage ) : Microsoft.ManagementConsole.Internal
ownerPage PropertyPage
return Microsoft.ManagementConsole.Internal
        public PropertyPageContainerControl(PropertyPage ownerPage)
        {
            this._ownerPage = ownerPage;
        }