TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / CustomContentPresenter Class
Members

In This Topic
    CustomContentPresenter Class
    In This Topic
    The CustomContentPresenter is a layout panel with the only child element which always fills all available space.
    Object Model
    CustomContentPresenter ClassElement ClassElementList ClassElement ClassC1TreeNode ClassC1TreeView ClassElement ClassStyle ClassElement ClassStyle Class
    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.Framework.Element
          C1.Framework.BasePanel
             C1.Win.TreeView.CustomContentPresenter

    See Also