TextControl.SetCueBanner Method (String, IntPtr) | |
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD SetCueBanner(
cText AS STRING,
hControl AS IntPtr
) AS LOGIC
public virtual bool SetCueBanner(
string cText,
IntPtr hControl
)
Request Example
View SourceParameters
- cText
- Type: String
- hControl
- Type: IntPtr
Return Value
Type:
LogicSee Also