C# 클래스 Nexus.UI.Controls.HtmlLabel

A label that allows use of HTML to format the text.
상속: System.Windows.Forms.WebBrowser
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
HtmlLabel ( ) : System

The default constructor.

보호된 메소드들

메소드 설명
OnNavigating ( System.Windows.Forms.WebBrowserNavigatingEventArgs e ) : void

Raises the WebBrowser.Navigating event.

This cancels all navigation events that aren't caused by setting the Text property. If the navigation is caused by something other than setting the Text property, the new location is open in the default browser.

OnSizeChanged ( EventArgs e ) : void

Raises the Control.SizeChanged event.

This enables or disabled the scroll bars as required.

SetScrollbarVisibility ( ) : void

This enables or disabled the scroll bars as required.

메소드 상세

HtmlLabel() 공개 메소드

The default constructor.
public HtmlLabel ( ) : System
리턴 System

OnNavigating() 보호된 메소드

Raises the WebBrowser.Navigating event.
This cancels all navigation events that aren't caused by setting the Text property. If the navigation is caused by something other than setting the Text property, the new location is open in the default browser.
protected OnNavigating ( System.Windows.Forms.WebBrowserNavigatingEventArgs e ) : void
e System.Windows.Forms.WebBrowserNavigatingEventArgs A describing the event arguments.
리턴 void

OnSizeChanged() 보호된 메소드

Raises the Control.SizeChanged event.
This enables or disabled the scroll bars as required.
protected OnSizeChanged ( EventArgs e ) : void
e System.EventArgs A describing the event arguments.
리턴 void

SetScrollbarVisibility() 보호된 메소드

This enables or disabled the scroll bars as required.
protected SetScrollbarVisibility ( ) : void
리턴 void