SetClassStyle Function | |
Namespace:
XSharp_VOGUIClasses
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax FUNCTION SetClassStyle(
hWnd AS IntPtr,
dwSetStyle AS DWORD,
lEnable AS LOGIC
) AS DWORD
public static uint SetClassStyle(
IntPtr hWnd,
uint dwSetStyle,
[DefaultParameterValueAttribute(true, 0)] bool lEnable
)
Request Example
View SourceParameters
- hWnd
- Type: IntPtr
- dwSetStyle
- Type: DWord
- lEnable
- Type: Logic
Return Value
Type:
DWordSee Also