C# 클래스 FiftyOne.Foundation.UI.Web.ShareUsage

Control used to provide the UI for turning the share usage attribute on and off.
상속: BaseDataControl
파일 보기 프로젝트 열기: 51Degrees/dotNET-Device-Detection

보호된 메소드들

메소드 설명
OnInit ( EventArgs e ) : void

Load the controls which will form the user interface.

OnPreRender ( EventArgs e ) : void

Sets the visible status of the instruction messages.

비공개 메소드들

메소드 설명
_checkBoxAutoUpdate_CheckedChanged ( object sender, EventArgs e ) : void

Fired when the user changes the auto update preference.

_checkBoxDeviceDetection_CheckedChanged ( object sender, EventArgs e ) : void

Fired when the user changes the device detection preference.

_checkBoxImageOptimiser_CheckedChanged ( object sender, EventArgs e ) : void

Fired when the user changes the image optimiser preference.

_checkBoxShareUsage_CheckedChanged ( object sender, EventArgs e ) : void

Fired when the user changes the share usage preference.

메소드 상세

OnInit() 보호된 메소드

Load the controls which will form the user interface.
protected OnInit ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnPreRender() 보호된 메소드

Sets the visible status of the instruction messages.
protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
리턴 void