[Missing <summary> documentation for "M:Ntreev.Windows.Forms.Grid.ColumnUITypeEditor.PaintValue(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Rectangle,Ntreev.Windows.Forms.Grid.IStyle,System.Object)"]

Namespace: Ntreev.Windows.Forms.Grid
Assembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284

Syntax

C#
public virtual void PaintValue(
	Graphics graphics,
	Rectangle renderRect,
	Rectangle clipRect,
	IStyle style,
	Object value
)
Visual Basic
Public Overridable Sub PaintValue ( _
	graphics As Graphics, _
	renderRect As Rectangle, _
	clipRect As Rectangle, _
	style As IStyle, _
	value As Object _
)
Visual C++
public:
virtual void PaintValue(
	Graphics^ graphics, 
	Rectangle renderRect, 
	Rectangle clipRect, 
	IStyle^ style, 
	Object^ value
)

Parameters

graphics
Type: System.Drawing..::..Graphics

[Missing <param name="graphics"/> documentation for "M:Ntreev.Windows.Forms.Grid.ColumnUITypeEditor.PaintValue(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Rectangle,Ntreev.Windows.Forms.Grid.IStyle,System.Object)"]

renderRect
Type: System.Drawing..::..Rectangle

[Missing <param name="renderRect"/> documentation for "M:Ntreev.Windows.Forms.Grid.ColumnUITypeEditor.PaintValue(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Rectangle,Ntreev.Windows.Forms.Grid.IStyle,System.Object)"]

clipRect
Type: System.Drawing..::..Rectangle

[Missing <param name="clipRect"/> documentation for "M:Ntreev.Windows.Forms.Grid.ColumnUITypeEditor.PaintValue(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Rectangle,Ntreev.Windows.Forms.Grid.IStyle,System.Object)"]

style
Type: Ntreev.Windows.Forms.Grid..::..IStyle

[Missing <param name="style"/> documentation for "M:Ntreev.Windows.Forms.Grid.ColumnUITypeEditor.PaintValue(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Rectangle,Ntreev.Windows.Forms.Grid.IStyle,System.Object)"]

value
Type: System..::..Object

[Missing <param name="value"/> documentation for "M:Ntreev.Windows.Forms.Grid.ColumnUITypeEditor.PaintValue(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Rectangle,Ntreev.Windows.Forms.Grid.IStyle,System.Object)"]

Implements

IValuePainter..::..PaintValue(Graphics, Rectangle, Rectangle, IStyle, Object)

See Also