StandardFileDialog.SetStyleEx Method (Typed) | |
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
public virtual void SetStyleEx(
int kStyle,
[DefaultParameterValueAttribute(true, 0)] bool lOnOff
)
Request Example
View SourceParameters
- 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