C# 클래스 NUnitGoCore.CustomElements.HtmlCustomElements.Tooltip

상속: HtmlBaseElement
파일 보기 프로젝트 열기: elv1s42/NUnitGo 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
HtmlCode string

공개 메소드들

메소드 설명
GetStyle ( ) : string
Tooltip ( string tooltipText, string innerText, string backgroundColor, string id, double width, string href = "" ) : System

메소드 상세

GetStyle() 공개 정적인 메소드

public static GetStyle ( ) : string
리턴 string

Tooltip() 공개 메소드

public Tooltip ( string tooltipText, string innerText, string backgroundColor, string id, double width, string href = "" ) : System
tooltipText string
innerText string
backgroundColor string
id string
width double
href string
리턴 System

프로퍼티 상세

HtmlCode 공개적으로 프로퍼티

public string HtmlCode
리턴 string