ExplorerWindow.LabelRight Property (Typed) | |
The right fixed text control in a four-pane explorer window. In a two-pane explorer window, this returns NULL_OBJECT.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY LabelRight AS FixedText GET
public virtual FixedText LabelRight { get; }
Request Example
View SourceProperty Value
Type:
FixedTextThe right fixed text control in a four-pane explorer window. In a two-pane explorer window, this returns NULL_OBJECT.
See Also