C# Class Omikron.FactFinder.Data.Item

Represents any control item on the page. Associated with it are a label to display and a URL to follow, if it is clicked or selected.
Afficher le fichier Open project: FACT-Finder/FACT-Finder-.NET-Library

Méthodes publiques

Méthode Description
Item ( string label, Uri url, bool selected = false ) : System

Method Details

Item() public méthode

public Item ( string label, Uri url, bool selected = false ) : System
label string
url System.Uri
selected bool
Résultat System