GoDiagram Web Reference
NoClick Property

Gets or sets the JavaScript to be executed when the user does not do a single-click a double-click, or a context-click in the view.
Syntax
'Declaration
 
Public Property NoClick As String
public string NoClick {get; set;}

Property Value

This defaults to null
Remarks
This corresponds to the same-named property on the JavaScript object (but not the IMG element) on the client that represents the view. This JavaScript (if not null) is also executed if the user does a drag (i.e. the mouse up is farther than a few pixels away from the mouse down point) or when no specific SingleClickDefault, DoubleClickDefault, or ContextClickDefault is available to execute at a click point. This property is only used when PartInfos is 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

GoViewDataRenderer Class
GoViewDataRenderer Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback