C# 클래스 SampleCsObjectProperties.SampleCsObjectPropertiesDialogPage

This is our custom MRhinoObjectPropertiesDialogPage-inherited class that is used to display our custom object properties.
상속: MRhinoObjectPropertiesDialogPage
파일 보기 프로젝트 열기: mcneel/Rhino4Samples_DotNet 1 사용 예제들

공개 메소드들

메소드 설명
AddPageToControlBar ( IRhinoObject obj ) : bool
EnglishPageTitle ( ) : string
GetPageControl ( ) : System.Windows.Forms.Control
InitControls ( IRhinoObject new_obj ) : void
LocalPageTitle ( ) : string
RunScript ( IRhinoObject objects ) : IRhinoCommand.result
SampleCsObjectPropertiesDialogPage ( ) : System

메소드 상세

AddPageToControlBar() 공개 메소드

public AddPageToControlBar ( IRhinoObject obj ) : bool
obj IRhinoObject
리턴 bool

EnglishPageTitle() 공개 메소드

public EnglishPageTitle ( ) : string
리턴 string

GetPageControl() 공개 메소드

public GetPageControl ( ) : System.Windows.Forms.Control
리턴 System.Windows.Forms.Control

InitControls() 공개 메소드

public InitControls ( IRhinoObject new_obj ) : void
new_obj IRhinoObject
리턴 void

LocalPageTitle() 공개 메소드

public LocalPageTitle ( ) : string
리턴 string

RunScript() 공개 메소드

public RunScript ( IRhinoObject objects ) : IRhinoCommand.result
objects IRhinoObject
리턴 IRhinoCommand.result

SampleCsObjectPropertiesDialogPage() 공개 메소드

public SampleCsObjectPropertiesDialogPage ( ) : System
리턴 System