C# 클래스 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.
파일 보기 프로젝트 열기: FACT-Finder/FACT-Finder-.NET-Library

공개 메소드들

메소드 설명
Item ( string label, Uri url, bool selected = false ) : System

메소드 상세

Item() 공개 메소드

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