ISDBUICommon::SetClientRect

From MediaMonkey Wiki
Jump to navigation Jump to search

CoClass SDBUICommon, Interface ISDBUICommon

Sub SetClientRect(Left As Long, Top As Long, Width As Long, Height As Long)


Parameters

Name Type Description
Left Long Left side of the control
Top Long Top side of the control
Width Long Width of the control's client area
Height Long Height of the control's client area


Method description

A way how to set position and size of a control's client area, i.e. without borders. This method is recommended for forms and panels, particularly when its necessary to have client area dimensions defined exactly, independently of the current skin.

Introduced in MediaMonkey version 3.1.2.1266.


Related Topics