IdxAdornerTargetElement.GetVisible Method
In This Article
Identifies if the target UI element is visible.
#Declaration
Delphi
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