ESRI.ArcGIS.Mobile.Client
MeasureOverride Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.WPF.VirtualKeyboard Namespace > VirtualKeyboard Class : MeasureOverride Method

constraint
Override layout mechanizm. This need to eliminate button specific layouts.

Syntax

Visual Basic (Declaration) 
Protected Overrides Function MeasureOverride( _
   ByVal constraint As Size _
) As Size
C# 
protected override Size MeasureOverride( 
   Size constraint
)

Parameters

constraint

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also