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