SplitView.ChangeBackground Method (Typed) | |
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD ChangeBackground(
oBrush AS Brush,
kWhere AS LONG
) AS VOID
public virtual void ChangeBackground(
Brush oBrush,
[DefaultParameterValueAttribute(0, 0)] int kWhere
)
Request Example
View SourceParameters
- oBrush
- Type: Brush
- kWhere
- Type: Long
See Also