SetZOrder Method (FlexChartField)
In This Topic
Brings a field to the front or sends it to the back of the ZOrder.
Syntax
'Declaration
Public Sub SetZOrder( _
ByVal As Boolean _
)
public void SetZOrder(
bool
)
Parameters
- front
- Determines whether the field is brought to the front or sent to the back of the ZOrder.
See Also