Click or drag to resize

StandardFileDialog.SetStyleEx Method (Typed)

X#
Set the Exstyle for the dialog window.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD SetStyleEx(
	kStyle AS LONG,
	 lOnOff AS LOGIC
) AS VOID
Request Example View Source

Parameters

kStyle
Type: Long
The capability to be queried, specified by a Windows API OpenFileName flag constant (for example, OFN_ALLOWMULTISELECT).
lOnOff
Type: Logic
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.
See Also