GetPreferredSize(Graphics,Size,Appearance,Object,Single,Boolean) Method
Gets the preferred (maximum required) size of the cell for the renderer control.
'Declaration
Public Overridable Function GetPreferredSize( _
ByVal As Graphics, _
ByVal As Size, _
ByVal As Appearance, _
ByVal As Object, _
ByVal As Single, _
ByVal As Boolean _
) As Size
'Usage
Dim instance As PrePaintTextConditionalFormattingRule
Dim g As Graphics
Dim size As Size
Dim appearance As Appearance
Dim value As Object
Dim zoomFactor As Single
Dim showCFOnly As Boolean
Dim value As Size
value = instance.GetPreferredSize(g, size, appearance, value, zoomFactor, showCFOnly)
Parameters
- g
- Graphics device interface for painting the cell
- size
- Preferred size of other content
- appearance
- Appearance settings of the renderer control
- value
- Object that contains the name of the renderer control
- zoomFactor
- Numeric value for scaling the display of the renderer control
- showCFOnly
- Indicates whether the text will be painted.
Return Value
The preferred (maximum required) size of the cell for the renderer control