C# Class SampleCsObjectProperties.SampleCsObjectPropertiesUserControl

Inheritance: System.Windows.Forms.UserControl
ファイルを表示 Open project: mcneel/Rhino4Samples_DotNet Class Usage Examples

Public Methods

Method Description
AddPageToControlBar ( IRhinoObject obj ) : bool
InitControls ( IRhinoObject new_obj ) : void
RunScript ( IRhinoObject objects ) : IRhinoCommand.result
SampleCsObjectPropertiesUserControl ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

btnHello_Click ( object sender, EventArgs e ) : void

Method Details

AddPageToControlBar() public method

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

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

InitControls() public method

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

RunScript() public method

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

SampleCsObjectPropertiesUserControl() public method

public SampleCsObjectPropertiesUserControl ( ) : System
return System