CustomContentPresenter Class
In This Topic
The
CustomContentPresenter is a layout panel with the only child element which always fills all available space.
Object Model
Syntax
'Declaration
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
Public MustInherit Class CustomContentPresenter
Inherits C1.Framework.BasePanel
Implements C1.Framework.IToolTipElement
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
public abstract class CustomContentPresenter : C1.Framework.BasePanel, C1.Framework.IToolTipElement
Inheritance Hierarchy
System.Object
C1.Win.TreeView.CustomContentPresenter
See Also