Click or drag to resize

Window.SetExStyle Method (Typed)

X#
Set the extended style of a window.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD SetExStyle(
	dwSetStyle AS LONG,
	 lEnable AS LOGIC
) AS LONG
Request Example View Source

Parameters

dwSetStyle
Type: Long
The extended style to set.
lEnable
Type: Logic
A logical value. TRUE turns the style on, FALSE turns it off.

Return Value

Type: Long
The new ExStyle of the window (calculated by taking the existing style and enableing or disabling the passed style value).
See Also