Method | Description | |
---|---|---|
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 |
public AddPageToControlBar ( IRhinoObject obj ) : bool | ||
obj | IRhinoObject | |
return | bool |
public GetPageControl ( ) : System.Windows.Forms.Control | ||
return | System.Windows.Forms.Control |
public InitControls ( IRhinoObject new_obj ) : void | ||
new_obj | IRhinoObject | |
return | void |
public RunScript ( IRhinoObject objects ) : IRhinoCommand.result | ||
objects | IRhinoObject | |
return | IRhinoCommand.result |
public SampleCsObjectPropertiesDialogPage ( ) : System | ||
return | System |