TreeNodeStyleCollectionEditor Classe

Definição

Fornece um editor de tempo de design em um host de design, como o Microsoft Visual Studio 2005 para um objeto TreeNodeStyleCollection.Provides a design-time editor in a design host, such as Microsoft Visual Studio 2005, for a TreeNodeStyleCollection object.

public ref class TreeNodeStyleCollectionEditor : System::Web::UI::Design::WebControls::StyleCollectionEditor
public class TreeNodeStyleCollectionEditor : System.Web.UI.Design.WebControls.StyleCollectionEditor
type TreeNodeStyleCollectionEditor = class
    inherit StyleCollectionEditor
Public Class TreeNodeStyleCollectionEditor
Inherits StyleCollectionEditor
Herança

Construtores

TreeNodeStyleCollectionEditor(Type)

Cria uma nova instância da classe TreeNodeStyleCollectionEditor.Creates a new instance of the TreeNodeStyleCollectionEditor class.

Propriedades

CollectionItemType

Obtém o tipo de dados de cada item na coleção.Gets the data type of each item in the collection.

(Herdado de CollectionEditor)
CollectionType

Obtém o tipo de dados do objeto da coleção.Gets the data type of the collection object.

(Herdado de CollectionEditor)
Context

Obtém um descritor de tipo que indica o contexto atual.Gets a type descriptor that indicates the current context.

(Herdado de CollectionEditor)
HelpTopic

Obtém a palavra-chave de Ajuda para exibir o tópico da Ajuda ou uma lista de tópicos para quando o botão de Ajuda da caixa de diálogo do editor ou a tecla F1 é pressionada.Gets the Help keyword to display the Help topic or topic list for when the editor's dialog box Help button or the F1 key is pressed.

(Herdado de CollectionEditor)
IsDropDownResizable

Obtém um valor que indica se os editores de lista suspensa devem ser redimensionáveis pelo usuário.Gets a value indicating whether drop-down editors should be resizable by the user.

(Herdado de UITypeEditor)
NewItemTypes

Obtém os tipos disponíveis de itens que podem ser criados para esta coleção.Gets the available types of items that can be created for this collection.

(Herdado de CollectionEditor)

Métodos

CancelChanges()

Cancela as alterações à coleção.Cancels changes to the collection.

(Herdado de CollectionEditor)
CanRemoveInstance(Object)

Indica se os membros originais da coleção podem ou não ser removidos.Indicates whether original members of the collection can be removed.

(Herdado de CollectionEditor)
CanSelectMultipleInstances()

Indica se vários itens da coleção podem ser selecionados simultaneamente.Indicates whether multiple collection items can be selected at once.

(Herdado de CollectionEditor)
CreateCollectionForm()

Cria um novo formulário para exibir e editar a coleção atual.Creates a new form to display and edit the current collection.

(Herdado de CollectionEditor)
CreateCollectionItemType()

Obtém o tipo de dados que essa coleção edita.Gets the data type that this collection edits.

CreateInstance(Type)

Cria uma nova instância do tipo de item da coleção especificado.Creates a new instance of the specified collection item type.

(Herdado de StyleCollectionEditor)
CreateNewItemTypes()

Obtém os tipos de dados que este editor de coleção pode conter.Gets the data types that this collection editor can contain.

(Herdado de CollectionEditor)
DestroyInstance(Object)

Destrói a instância especificada do objeto.Destroys the specified instance of the object.

(Herdado de CollectionEditor)
EditValue(IServiceProvider, Object)

Edita o valor do objeto especificado usando o estilo de editor indicado pelo método GetEditStyle().Edits the value of the specified object using the editor style indicated by the GetEditStyle() method.

(Herdado de UITypeEditor)
EditValue(ITypeDescriptorContext, IServiceProvider, Object)

Edita o valor do objeto especificado usando o provedor de serviços e o contexto especificados.Edits the value of the specified object using the specified service provider and context.

(Herdado de CollectionEditor)
Equals(Object)

Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object.

(Herdado de Object)
GetDisplayText(Object)

Recupera o texto de exibição para o item de lista especificado.Retrieves the display text for the given list item.

(Herdado de CollectionEditor)
GetEditStyle()

Obtém o estilo de editor usado pelo método EditValue(IServiceProvider, Object).Gets the editor style used by the EditValue(IServiceProvider, Object) method.

(Herdado de UITypeEditor)
GetEditStyle(ITypeDescriptorContext)

Obtém o estilo de edição usado pelo método EditValue(ITypeDescriptorContext, IServiceProvider, Object).Gets the edit style used by the EditValue(ITypeDescriptorContext, IServiceProvider, Object) method.

(Herdado de CollectionEditor)
GetHashCode()

Serve como a função de hash padrão.Serves as the default hash function.

(Herdado de Object)
GetItems(Object)

Obtém uma matriz de objetos que contém a coleção especificada.Gets an array of objects containing the specified collection.

(Herdado de CollectionEditor)
GetObjectsFromInstance(Object)

Retorna uma lista que contém o objeto fornecido.Returns a list containing the given object.

(Herdado de CollectionEditor)
GetPaintValueSupported()

Indica se esse editor é compatível com pintura de uma representação do valor de um objeto.Indicates whether this editor supports painting a representation of an object's value.

(Herdado de UITypeEditor)
GetPaintValueSupported(ITypeDescriptorContext)

Indica se o contexto especificado é compatível com pintura de uma representação do valor de um objeto no contexto especificado.Indicates whether the specified context supports painting a representation of an object's value within the specified context.

(Herdado de UITypeEditor)
GetService(Type)

Obtém o serviço solicitado, se ele está disponível.Gets the requested service, if it is available.

(Herdado de CollectionEditor)
GetType()

Obtém o Type da instância atual.Gets the Type of the current instance.

(Herdado de Object)
MemberwiseClone()

Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object.

(Herdado de Object)
PaintValue(Object, Graphics, Rectangle)

Pinta uma representação do valor do objeto especificado na tela especificada.Paints a representation of the value of the specified object to the specified canvas.

(Herdado de UITypeEditor)
PaintValue(PaintValueEventArgs)

Pinta uma representação do valor de um objeto usando o PaintValueEventArgs especificado.Paints a representation of the value of an object using the specified PaintValueEventArgs.

(Herdado de UITypeEditor)
SetItems(Object, Object[])

Define a matriz especificada como os itens da coleção.Sets the specified array as the items of the collection.

(Herdado de CollectionEditor)
ShowHelp()

Exibe o tópico da Ajuda padrão para o editor de coleção.Displays the default Help topic for the collection editor.

(Herdado de CollectionEditor)
ToString()

Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object.

(Herdado de Object)

Aplica-se a

Confira também