DataBrowser.RenderColumnHeaderBorder Method (Typed) | |
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD RenderColumnHeaderBorder(
g AS Graphics,
headerBounds AS Rectangle,
colindex AS LONG
) AS VOID
public virtual void RenderColumnHeaderBorder(
Graphics g,
Rectangle headerBounds,
int colindex
)
Request Example
View SourceParameters
- g
- Type: Graphics
- headerBounds
- Type: Rectangle
- colindex
- Type: Long
See Also