OnRightToLeftChanged Method (C1SuperLabelBase)
In This Topic
Update internal style when RightToLeft property changes.
Syntax
'Declaration
Protected Overrides Sub OnRightToLeftChanged( _
ByVal As EventArgs _
)
protected override void OnRightToLeftChanged(
EventArgs
)
Parameters
- e
See Also