ShowPanelEventArgs Class

ShowPanelEventArgs Class

Panels.Show event arguments
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Rhino.UIPanelEventArgs
      Rhino.UIShowPanelEventArgs

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public class ShowPanelEventArgs : PanelEventArgs
Public Class ShowPanelEventArgs
	Inherits PanelEventArgs

The ShowPanelEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodShowPanelEventArgs
Initializes a new instance of the ShowPanelEventArgs class
Top
Properties
  NameDescription
Public propertyDocument (Inherited from PanelEventArgs.)
Public propertyDocumentSerialNumber (Inherited from PanelEventArgs.)
Public propertyPanelId
Class Id for panel being shown or hidden
(Inherited from PanelEventArgs.)
Public propertyShow
Will be true if showing or false if hiding
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also