WinFormsUIElementBase.FillParent Property
Gets or sets a value that indicates whether this external data part should fill its parent or not.
Namespace: Microsoft.Office.BusinessApplications.Runtime.UI
Assembly: Microsoft.Office.BusinessApplications.RuntimeUi (in Microsoft.Office.BusinessApplications.RuntimeUi.dll)
Syntax
'Declaration
Public Property FillParent As Boolean
Get
Set
'Usage
Dim instance As WinFormsUIElementBase
Dim value As Boolean
value = instance.FillParent
instance.FillParent = value
public bool FillParent { get; set; }
Property Value
Type: System.Boolean
A value that indicates whether this external data part should fill its parent or not.
Remarks
If FillParent is set to true, this external data part will cover the entire real estate of its parent.