Panels.IsPanelVisible Method

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, on Windows this means you can see the tab, it does not necessarily mean it is the current tab.
Public methodStatic memberIsPanelVisible(Type, Boolean)
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.
Top
See Also