CADability dotNET
Menu-like entry for an item in the ControlCenter.

Namespace: CADability.UserInterface
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public class ShowPropertyButton : ManagedKeysControl, 
	IShowProperty
Visual Basic
Public Class ShowPropertyButton _
	Inherits ManagedKeysControl _
	Implements IShowProperty
Visual C++
public ref class ShowPropertyButton : public ManagedKeysControl, 
	IShowProperty

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      System.Windows.Forms..::..Control
        System.Windows.Forms..::..ScrollableControl
          System.Windows.Forms..::..Panel
            CADability.UserInterface..::..ManagedKeysControl
              CADability.UserInterface..::..ShowPropertyButton

See Also