Share via


WinFormsOBPartBase.Expanded property

Gets or sets a value that indicates whether the full body or only the title of this external data part should be displayed.

Namespace:  Microsoft.Office.BusinessApplications.Runtime.UI
Assembly:  Microsoft.Office.BusinessApplications.RuntimeUi (in Microsoft.Office.BusinessApplications.RuntimeUi.dll)

Syntax

'Declaration
Public Property Expanded As Boolean
    Get
    Set
'Usage
Dim instance As WinFormsOBPartBase
Dim value As Boolean

value = instance.Expanded

instance.Expanded = value
public bool Expanded { get; set; }

Property value

Type: System.Boolean
true if the full body should be displayed; false if only the title should be displayed.

See also

Reference

WinFormsOBPartBase class

WinFormsOBPartBase members

Microsoft.Office.BusinessApplications.Runtime.UI namespace