Click or drag to resize

PanelsIsPanelVisible Method

Overload List
  NameDescription
Public methodStatic memberIsPanelVisible(Guid)
Check to see if a panel is currently visible, on Windows this means you can see the tab, it does not necessarily mean it is the current tab.
Public methodStatic memberIsPanelVisible(Type)
Check to see if a panel is currently visible, on Windows this means you can see the tab, it does not necessarily mean it is the current tab.
Public methodStatic memberIsPanelVisible(Guid, Boolean)
Check to see if a panel is currently visible, if isSelectedTab is true then the tab must be the active tab as well.
Public methodStatic memberIsPanelVisible(Type, Boolean)
Check to see if a panel is currently visible, if isSelectedTab is true then the tab must be the active tab as well.
Top
See Also