C# Class FlatRedBall.Gui.EditAndSetButtons

UI element used to give the user an option whether to edit an existing instance of an object or to reassign it.
This object is usually used in PropertyGrids.
Inheritance: Window
显示文件 Open project: vchelaru/FlatRedBall

Public Methods

Method Description
EditAndSetButtons ( Cursor cursor ) : System

Private Methods

Method Description
OnEditButtonClick ( Window callingWindow ) : void
OnSetButtonClick ( Window callingWindow ) : void

Method Details

EditAndSetButtons() public method

public EditAndSetButtons ( Cursor cursor ) : System
cursor Cursor
return System