ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1EditableContentControl Class / ContentControl Property



In This Topic
    ContentControl Property
    In This Topic
    Control visible when it is not in edit mode.
    Syntax
    'Declaration
     
    
    Public Property ContentControl As ContentPresenter
    'Usage
     
    
    Dim instance As C1EditableContentControl
    Dim value As ContentPresenter
     
    instance.ContentControl = value
     
    value = instance.ContentControl
    public ContentPresenter ContentControl {get; set;}
    public:
    property ContentPresenter^ ContentControl {
       ContentPresenter^ get();
       void set (    ContentPresenter^ value);
    }
    See Also