Click or drag to resize

TextAttributesCommandFromObject Method

Namespace:  MediaCy.Addins.ActiveDataOverlay
Assembly:  MediaCy.Addins.ActiveDataOverlay (in MediaCy.Addins.ActiveDataOverlay.dll) Version: 1.0.0.0
Syntax
VB
Public Shared Function FromObject ( 
	row As GridEXRow,
	obj As TextAttributes,
	bApplyToChildren As Boolean
) As TextAttributesCommand

Parameters

row
Type: GridEXRow
obj
Type: MediaCy.Addins.ActiveDataOverlayTextAttributes
bApplyToChildren
Type: SystemBoolean

Return Value

Type: TextAttributesCommand
See Also