Search
DockItem.Content Property
See Also
 





Gets or sets the content of the item.

Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.UI.WinForms

 Syntax

C#  Copy Code

public Control Content { get; set; }

Visual Basic  Copy Code

Public Property Content As Control

 Property Value

A .NET Control object.

 See Also