IdxAdornerTargetElement.GetVisible Method
Identifies if the target UI element is visible.
Declaration
function GetVisible: Boolean;
Returns
Type |
---|
Boolean |
Remarks
This function returns True if the target UI element (control) is visible; otherwise – False. In most cases, the GetVisible function returns the target control’s Visible property value.
See Also