GoDiagram Win Reference
GetPenPart Method

a Pen; if null, this will return null
a GoPropertyModifierArgs
This returns a Pen property of the Pen p.
Syntax
'Declaration
 
Protected Overridable Function GetPenPart( _
   ByVal p As Pen, _
   ByVal e As GoPropertyModifierArgs _
) As Object
protected virtual object GetPenPart( 
   Pen p,
   GoPropertyModifierArgs e
)

Parameters

p
a Pen; if null, this will return null
e
a GoPropertyModifierArgs

Return Value

an Object that is the Pen 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 pen 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