DesignerOptionService.DesignerOptionCollection.Parent Property

Definition

Gets the parent collection object.

public:
 property System::ComponentModel::Design::DesignerOptionService::DesignerOptionCollection ^ Parent { System::ComponentModel::Design::DesignerOptionService::DesignerOptionCollection ^ get(); };
public System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection Parent { get; }
public System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection? Parent { get; }
member this.Parent : System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection
Public ReadOnly Property Parent As DesignerOptionService.DesignerOptionCollection

Property Value

The parent collection object, or null if there is no parent.

Applies to