GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoText Class / EditableWhenSelected Property
In This Topic
    EditableWhenSelected Property
    In This Topic
    Gets or sets whether OnSingleClick should only start editing if this label is part of an object that was already selected before it was clicked.
    Syntax
    [Category("Behavior")]
    [DefaultValue(false)]
    [Description("Whether a single click starts in-place editing only if the Editable text is part of a selected object")]
    public virtual bool EditableWhenSelected {get; set;}

    Property Value

    The default value is false
    Remarks
    This property only affects the behavior of OnSingleClick, and is only effective when Editable is also true.
    See Also