Méthode | Description | |
---|---|---|
GetNextEditor ( IPropertyEditor editor ) : IPropertyEditor |
Returns the next editor that will be used, or null if the given editor is either the last one or was not found in the chain.
|
|
HasNextEditor ( IPropertyEditor editor ) : bool |
Returns true if there is another editor after the given one.
|
|
SkipUntilNot ( ) : IPropertyEditor |
Returns the first property editor in this chain that is not an instance of any of the given types.
|
Méthode | Description | |
---|---|---|
AddEditor ( IPropertyEditor editor ) : void |
Adds an editor to the end of this chain.
|
public GetNextEditor ( IPropertyEditor editor ) : IPropertyEditor | ||
editor | IPropertyEditor | The editor that is currently being used. |
Résultat | IPropertyEditor |
public HasNextEditor ( IPropertyEditor editor ) : bool | ||
editor | IPropertyEditor | |
Résultat | bool |