Northwoods.GoWPF 2.2.4 Assembly
IsVisibleElement Method

This static predicate is true if the given elt's Visibility is Visible and each of its visual parents are also visible elements, up to the containing Part.
Syntax
Public Shared Function IsVisibleElement( _
   ByVal elt As UIElement _
) As Boolean
public static bool IsVisibleElement( 
   UIElement elt
)

Parameters

elt
Remarks
This predicate ignores the actual location or appearance (except Visibility) of the part that the given element is part of, as well as ignoring all properties of the Layer, Panel, or Diagram.
Requirements
See Also

Reference

Part Class
Part Members

 

 


© Northwoods Software 2017. All Rights Reserved.

Send Feedback