ComponentOne Basic Library for WPF and Silverlight
ContentControl Property (C1EditableContentControl)


C1.WPF Namespace > C1EditableContentControl Class : ContentControl Property
Control visible when it is not in edit mode.
Syntax
'Declaration
 
Public Property ContentControl As System.Windows.Controls.ContentPresenter
'Usage
 
Dim instance As C1EditableContentControl
Dim value As System.Windows.Controls.ContentPresenter
 
instance.ContentControl = value
 
value = instance.ContentControl
public System.Windows.Controls.ContentPresenter ContentControl {get; set;}
See Also

Reference

C1EditableContentControl Class
C1EditableContentControl Members