Documentation de Dvp.NET. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/

[Ceci est une documentation préliminaire, sous réserve de modification.]

Représente un contrôle permettant d'affecter une note à un contenu

Espace de nom : Developpez.Dotnet.Windows.Controls
Assembly : Developpez.Dotnet.Windows (dans Developpez.Dotnet.Windows.dll) Version: 0.6.0.0 (0.6.0.0)

Syntaxe

C#
[TemplatePartAttribute(Name = "PART_RatingHost", Type = typeof(FrameworkElement))]
public class RatingControl : Control
Visual Basic (Déclaration)
<TemplatePartAttribute(Name := "PART_RatingHost", Type := GetType(FrameworkElement))> _
Public Class RatingControl _
	Inherits Control
Visual C++
[TemplatePartAttribute(Name = L"PART_RatingHost", Type = typeof(FrameworkElement))]
public ref class RatingControl : public Control

Hiérarchie d'héritage

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Control
              Developpez.Dotnet.Windows.Controls..::..RatingControl

Voir aussi