SetClassStyle Function | |
[Missing <include> target documentation in 'M:VOGUIClasses.Functions.SetClassStyle(System.Void*,System.UInt32,System.Boolean)'. File: 'Gui.xml' Path: 'doc/SetClassStyle/*']
Namespace:
VOGUIClasses
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
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