Version

TileFromPositionInNormalMode(Point) Method

Gets the tile from the specified logical row and column or null if no tile in the logical cell.
Syntax
'Declaration
 
Public Function TileFromPositionInNormalMode( _
   ByVal positionInNormalMode As Point _
) As UltraTile
public UltraTile TileFromPositionInNormalMode( 
   Point positionInNormalMode
)

Parameters

positionInNormalMode
The 0-based row and column index values.
Exceptions
ExceptionDescription
System.InvalidOperationExceptionThe method is called when the UltraTilePanel is in the large mode.
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