Version

AdjustForTouchMode(Control,Boolean,Size) Method

Adjusts the size of an element for touch mode.
Syntax
'Declaration
 
Public Overloads Shared Function AdjustForTouchMode( _
   ByVal control As Control, _
   ByVal touchEnabled As Boolean, _
   ByVal size As Size _
) As Size
public static Size AdjustForTouchMode( 
   Control control,
   bool touchEnabled,
   Size size
)

Parameters

control
A control which will be used to determine the dpi.
touchEnabled
Indicates if touch is enabled
size
The default size of the element
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also