CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Initializes a new instance of the CommandState class
Namespace: CADability.UserInterfaceAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public CommandState( ToolBarButton initFrom ) |
| Visual Basic |
|---|
Public Sub New ( _ initFrom As ToolBarButton _ ) |
| Visual C++ |
|---|
public: CommandState( ToolBarButton^ initFrom ) |
Parameters
- initFrom
- Type: System.Windows.Forms..::..ToolBarButton