GoDiagram Web Reference
GetStandardPartInfo Method (GoViewDataRenderer)

if null, this method does nothing
Produce a GoPartInfo describing a GoObject in this view.
Syntax
'Declaration
 
Public Overridable Function GetStandardPartInfo( _
   ByVal obj As GoObject _
) As GoPartInfo
public virtual GoPartInfo GetStandardPartInfo( 
   GoObject obj
)

Parameters

obj
if null, this method does nothing

Return Value

If the obj is an IGoLabeledNode, this will return a new GoPartInfo holding the "Text" property, plus the "ID" property if the object is an IGoIdentifiablePart and the IGoIdentifiablePart.PartID is not -1, plus the "SingleClick", "DoubleClick", or "ContextClick" properties corresponding to the default values given by LabeledNodeSingleClick, LabeledNodeDoubleClick, or LabeledNodeContextClick, respectively. Otherwise this will just return null for "uninteresting" objects.
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