GoDiagram Web Reference
EditableWhenSelected Property

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
'Declaration
 
<DefaultValueAttribute()>
<CategoryAttribute("Behavior")>
<DescriptionAttribute("Whether a single click starts in-place editing only if the Editable text is part of a selected object")>
Public Overridable Property EditableWhenSelected As Boolean
[DefaultValueAttribute()]
[CategoryAttribute("Behavior")]
[DescriptionAttribute("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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoText Class
GoText Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback