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.
Exibir arquivo Open project: FACT-Finder/FACT-Finder-.NET-Library

Public Methods

Method Description
Item ( string label, Uri url, bool selected = false ) : System

Method Details

Item() public method

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