C# 클래스 SampleCsDockingDialog.SampleCsDockingDialogDockBar

상속: MRhinoUiDockBar
파일 보기 프로젝트 열기: mcneel/Rhino4Samples_DotNet 1 사용 예제들

공개 메소드들

메소드 설명
ID ( ) : System.Guid

Dockbar Id

SampleCsDockingDialogDockBar ( ) : System

Public constructor

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

Public constructor

메소드 상세

ID() 공개 정적인 메소드

Dockbar Id
public static ID ( ) : System.Guid
리턴 System.Guid

SampleCsDockingDialogDockBar() 공개 메소드

Public constructor
public SampleCsDockingDialogDockBar ( ) : System
리턴 System

SampleCsDockingDialogDockBar() 공개 메소드

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