ISDBUICommon::SetClientRect: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
No edit summary
 
m (introduced, related topics)
 
Line 13: Line 13:
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.
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 3.1.2.1266.
{{Introduced|3.1.2.1266}}
 
===Related Topics===
*[[ISDBUICommon::SetRect]]


[[Category:Scripting|{{PAGENAME}}]]
[[Category:Scripting|{{PAGENAME}}]]

Latest revision as of 22:14, 20 April 2013

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