Created with HTMHelp © Sebastian Walter
Function List
_RedFrame_Set
Description: Function to draw a red frame arround a controls
Return Value:
None
Parameters:
$vCtrl - control id or control handle
$iSpace - space between control and frame (px)
$iWidth - width of frame (px)
Author: chesstiger (autoit.de)
Related: _RedFrame_Unset
_RedFrame_Unset
Description: Function to remove a control's red frame
Return Value:
None
Parameters:
$vCtrl - control id or control handle
Author: chesstiger (autoit.de)
Related: _RedFrame_Set