TextEditorDrawFilter..::..GetPhasesToFilter Method

Namespace:  JiwaFinancials.Jiwa.JiwaApplication.SecurityUI.DrawFilters
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


public DrawPhase GetPhasesToFilter(
	ref UIElementDrawParams drawParams
)
Public Function GetPhasesToFilter ( _
	ByRef drawParams As UIElementDrawParams _
) As DrawPhase
public:
DrawPhase^ GetPhasesToFilter(
	UIElementDrawParams^% drawParams
)

Parameters

drawParams
Type: UIElementDrawParams%