Documentation of RedFrame.au3

Created with HTMHelp © Sebastian Walter

Function List

Goto Top

_RedFrame_Set

_RedFrame_Set($vCtrl, $iSpace, $iWidth = 3)
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
Goto Top

_RedFrame_Unset

_RedFrame_Unset($vCtrl)
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