C# Class SampleCsObjectProperties.SampleCsObjectPropertiesDialogPage

This is our custom MRhinoObjectPropertiesDialogPage-inherited class that is used to display our custom object properties.
Inheritance: MRhinoObjectPropertiesDialogPage
Mostra file Open project: mcneel/Rhino4Samples_DotNet Class Usage Examples

Public Methods

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

Method Details

AddPageToControlBar() public method

public AddPageToControlBar ( IRhinoObject obj ) : bool
obj IRhinoObject
return bool

EnglishPageTitle() public method

public EnglishPageTitle ( ) : string
return string

GetPageControl() public method

public GetPageControl ( ) : System.Windows.Forms.Control
return System.Windows.Forms.Control

InitControls() public method

public InitControls ( IRhinoObject new_obj ) : void
new_obj IRhinoObject
return void

LocalPageTitle() public method

public LocalPageTitle ( ) : string
return string

RunScript() public method

public RunScript ( IRhinoObject objects ) : IRhinoCommand.result
objects IRhinoObject
return IRhinoCommand.result

SampleCsObjectPropertiesDialogPage() public method

public SampleCsObjectPropertiesDialogPage ( ) : System
return System