SplitWindow.ChangeBackground Method (Typed) | |
Change the background brush of a particular component of the split window.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD ChangeBackground(
oBrush,
kWhere
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual ChangeBackground(
Usual oBrush = default,
Usual kWhere = default
)
Request Example
View SourceParameters
- oBrush (Optional)
- Type: Usual
The new Brush object to apply. - kWhere (Optional)
- Type: Usual
One of the following constants specifying the portion of the split window where the new brush will be applied:
Return Value
Type:
UsualRemarks Constant | Description |
---|
SPLIT_COLORWINDOW | Split window background brush |
SPLIT_COLORBAR | Split bar background brush |
SPLIT_COLORFRAME | Split bar frame background brush |
See Also