C# Class SampleCsDockingDialog.SampleCsDockingDialogDockBar

Inheritance: MRhinoUiDockBar
Datei anzeigen Open project: mcneel/Rhino4Samples_DotNet Class Usage Examples

Public Methods

Method Description
ID ( ) : System.Guid

Dockbar Id

SampleCsDockingDialogDockBar ( ) : System

Public constructor

SampleCsDockingDialogDockBar ( System.Guid id, string name, Control control ) : System

Public constructor

Method Details

ID() public static method

Dockbar Id
public static ID ( ) : System.Guid
return System.Guid

SampleCsDockingDialogDockBar() public method

Public constructor
public SampleCsDockingDialogDockBar ( ) : System
return System

SampleCsDockingDialogDockBar() public method

Public constructor
public SampleCsDockingDialogDockBar ( System.Guid id, string name, Control control ) : System
id System.Guid
name string
control System.Windows.Forms.Control
return System