ControlRendererPageContent.PageControl Property
Gets the control that is rendered in a page.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public Control PageControl { get; }
public:
property Control^ PageControl {
Control^ get();
}
Public ReadOnly Property PageControl As Control
Property Value
Type: System.Windows.Forms.Control
An instance of Control.
See Also
ControlRendererPageContent Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top