TreeView.GetItemRenderStyles(TreeNode, Int32) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Retorna um OwnerDrawPropertyBag para o especificado TreeNode.
protected:
System::Windows::Forms::OwnerDrawPropertyBag ^ GetItemRenderStyles(System::Windows::Forms::TreeNode ^ node, int state);
protected System.Windows.Forms.OwnerDrawPropertyBag GetItemRenderStyles(System.Windows.Forms.TreeNode node, int state);
member this.GetItemRenderStyles : System.Windows.Forms.TreeNode * int -> System.Windows.Forms.OwnerDrawPropertyBag
Protected Function GetItemRenderStyles (node As TreeNode, state As Integer) As OwnerDrawPropertyBag
Parâmetros
- node
- TreeNode
O TreeNode para o qual retornar um OwnerDrawPropertyBag.
Retornos
Um OwnerDrawPropertyBag para o especificado TreeNode.