GoDiagram Web Reference
GetStandardPartInfo Method (IGoPartInfoRenderer)

Produce the standard GoPartInfo for a given object.
Syntax
'Declaration
 
Function GetStandardPartInfo( _
   ByVal obj As GoObject _
) As GoPartInfo
GoPartInfo GetStandardPartInfo( 
   GoObject obj
)

Parameters

obj

Return Value

This may be null if the given object is not interesting enough to warrant generating property/value information.
Remarks
This is called by GoObject.GetPartInfo to get the renderer's standard property values for the given object. An override of GoObject.GetPartInfo will normally call the base method and modify the result, but if that result is null it may want to call CreatePartInfo in order to pass along its specific information for that object.
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

IGoPartInfoRenderer Interface
IGoPartInfoRenderer Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback