Click or drag to resize

FndRightToLeftUtilitiesRemoveStyles Method

Remove the RightToLeft styles from the provided CreateParams styles.

Namespace:  Ifs.Fnd.Core
Assembly:  Ifs.Fnd.Core (in Ifs.Fnd.Core.dll) Version: 4.52.10.0 (10.2.2.9999)
Syntax
C#
public static CreateParams RemoveStyles(
	CreateParams cp
)

Parameters

cp
Type: System.Windows.FormsCreateParams
The base style

Return Value

Type: CreateParams
The base style without the RightToLeft styles
See Also