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



In This Topic
    IsInEditMode Property
    In This Topic
    Gets/sets when the control enters in edit mode.
    Syntax
    'Declaration
     
    
    Public Property IsInEditMode As Boolean
    'Usage
     
    
    Dim instance As C1EditableContentControl
    Dim value As Boolean
     
    instance.IsInEditMode = value
     
    value = instance.IsInEditMode
    public bool IsInEditMode {get; set;}
    public:
    property bool IsInEditMode {
       bool get();
       void set (    bool value);
    }
    See Also