C# Class SampleCsObjectProperties.SampleCsObjectPropertiesDialogPage

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

Méthodes publiques

Méthode 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 méthode

public AddPageToControlBar ( IRhinoObject obj ) : bool
obj IRhinoObject
Résultat bool

EnglishPageTitle() public méthode

public EnglishPageTitle ( ) : string
Résultat string

GetPageControl() public méthode

public GetPageControl ( ) : System.Windows.Forms.Control
Résultat System.Windows.Forms.Control

InitControls() public méthode

public InitControls ( IRhinoObject new_obj ) : void
new_obj IRhinoObject
Résultat void

LocalPageTitle() public méthode

public LocalPageTitle ( ) : string
Résultat string

RunScript() public méthode

public RunScript ( IRhinoObject objects ) : IRhinoCommand.result
objects IRhinoObject
Résultat IRhinoCommand.result

SampleCsObjectPropertiesDialogPage() public méthode

public SampleCsObjectPropertiesDialogPage ( ) : System
Résultat System