Click or drag to resize

StandardFileDialog.SetStyleEx Method

X#
Set the Exstyle for the dialog window.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD SetStyleEx(
	kStyle,
	lOnOff
) AS USUAL CLIPPER
Request Example View Source

Parameters

kStyle (Optional)
Type: Usual
The capability to be queried, specified by a Windows API OpenFileName flag constant (for example, OFN_ALLOWMULTISELECT).
lOnOff (Optional)
Type: Usual
A logical value that specifies whether the style setting is turned on or off. A value of TRUE means that the style setting is turned on; a value of FALSE means that it is set off. The default is TRUE.

Return Value

Type: Usual
See Also