Control.HasBorder Method (Typed) | |
Check if a border has been set for the control
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD HasBorder() AS LOGIC
public virtual bool HasBorder()
Request Example
View SourceReturn Value
Type:
LogicTRUE when the border is set. Otherwise FALSE.
See Also