C# 클래스 CodeImp.Gluon.DisplayTextBox

상속: System.Windows.Forms.TextBox, IColorable, IVisibleInfo
파일 보기 프로젝트 열기: DieterKoblenz/LCARS

공개 메소드들

메소드 설명
DisplayTextBox ( ) : System
GetCoreVisible ( ) : bool
SetupColors ( ColorPalette c ) : void

보호된 메소드들

메소드 설명
OnClick ( EventArgs e ) : void
OnMouseDown ( MouseEventArgs e ) : void
SetVisibleCore ( bool value ) : void

메소드 상세

DisplayTextBox() 공개 메소드

public DisplayTextBox ( ) : System
리턴 System

GetCoreVisible() 공개 메소드

public GetCoreVisible ( ) : bool
리턴 bool

OnClick() 보호된 메소드

protected OnClick ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnMouseDown() 보호된 메소드

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

SetVisibleCore() 보호된 메소드

protected SetVisibleCore ( bool value ) : void
value bool
리턴 void

SetupColors() 공개 메소드

public SetupColors ( ColorPalette c ) : void
c ColorPalette
리턴 void