C# Class AGS.Types.CustomResolutionUIEditor

Inheritance: System.Drawing.Design.UITypeEditor
Datei anzeigen Open project: adventuregamestudio/ags

Public Properties

Property Type Description
CustomResolutionSetGUI CustomResolutionGUIType

Public Methods

Method Description
EditValue ( ITypeDescriptorContext context, IServiceProvider provider, object value ) : object
GetEditStyle ( ITypeDescriptorContext context ) : UITypeEditorEditStyle

Method Details

EditValue() public method

public EditValue ( ITypeDescriptorContext context, IServiceProvider provider, object value ) : object
context ITypeDescriptorContext
provider IServiceProvider
value object
return object

GetEditStyle() public method

public GetEditStyle ( ITypeDescriptorContext context ) : UITypeEditorEditStyle
context ITypeDescriptorContext
return UITypeEditorEditStyle

Property Details

CustomResolutionSetGUI public_oe static_oe property

public static CustomResolutionGUIType CustomResolutionSetGUI
return CustomResolutionGUIType