GoDiagram Win Reference
GetBrushPart Method

the Northwoods.Go.GoObject being examined
a Brush
a GoPropertyModifierArgs
This returns a Brush property of the Brush b.
Syntax
'Declaration
 
Protected Overridable Function GetBrushPart( _
   ByVal obj As GoObject, _
   ByVal b As Brush, _
   ByVal e As GoPropertyModifierArgs _
) As Object
protected virtual object GetBrushPart( 
   GoObject obj,
   Brush b,
   GoPropertyModifierArgs e
)

Parameters

obj
the Northwoods.Go.GoObject being examined
b
a Brush
e
a GoPropertyModifierArgs

Return Value

an Object that is the Brush property value, or null if no part was specified
Remarks
Typically this is just called by FindProperty(GoPropertyModifierArgs). You will want to override this if you want to handle additional brush properties beyond those enumerated by GoPropertyModifierPart.
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

GoPropertyModifier Class
GoPropertyModifier Members

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback