Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1TextEditableContentControl Class / ContentControl Property

In This Topic
    ContentControl Property (C1TextEditableContentControl)
    In This Topic
    Control visible when it is not in edit mode.
    Syntax
    'Declaration
     
    
    Public Property ContentControl As ContentPresenter
    public ContentPresenter ContentControl {get; set;}
    See Also