StandardFileDialog.SetStyleEx Method | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual SetStyleEx(
Usual kStyle = default,
Usual lOnOff = default
)
Request Example
View SourceParameters
- 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:
UsualSee Also