Spread Windows Forms 10.0 Product Documentation
GetTextRectangle Method (ComboBoxCellType)


Graphics device interface for painting the text
Cell rectangle
Font
Appearance settings of the rectangle
Text rectangle returned
String to be painted
Gets the rectangle in which text is drawn.
Syntax
'Declaration
 
Protected Sub GetTextRectangle( _
   ByVal g As Graphics, _
   ByVal r As Rectangle, _
   ByVal f As Font, _
   ByVal appearance As Appearance, _
   ByRef rText As Rectangle, _
   ByVal paintString As String _
) 
'Usage
 
Dim instance As ComboBoxCellType
Dim g As Graphics
Dim r As Rectangle
Dim f As Font
Dim appearance As Appearance
Dim rText As Rectangle
Dim paintString As String
 
instance.GetTextRectangle(g, r, f, appearance, rText, paintString)
protected void GetTextRectangle( 
   Graphics g,
   Rectangle r,
   Font f,
   Appearance appearance,
   ref Rectangle rText,
   string paintString
)

Parameters

g
Graphics device interface for painting the text
r
Cell rectangle
f
Font
appearance
Appearance settings of the rectangle
rText
Text rectangle returned
paintString
String to be painted

Return Value

Rectangle of the text in the rText parameter.
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

ComboBoxCellType Class
ComboBoxCellType Members

 

 


Copyright © GrapeCity, inc. All rights reserved.