C# 클래스 ICSharpCode.WpfDesign.Designer.Controls.InfoTextEnterArea

A Info text area.
상속: System.Windows.FrameworkElement
파일 보기 프로젝트 열기: icsharpcode/WpfDesigner 1 사용 예제들

공개 메소드들

메소드 설명
InfoTextEnterArea ( ) : System.Diagnostics
Start ( InfoTextEnterArea &grayOut, ServiceContainer services, UIElement activeContainer, Rect activeRectInActiveContainer, string text ) : void
Start ( InfoTextEnterArea &grayOut, ServiceContainer services, UIElement activeContainer, string text ) : void
Stop ( InfoTextEnterArea &grayOut ) : void

메소드 상세

InfoTextEnterArea() 공개 메소드

public InfoTextEnterArea ( ) : System.Diagnostics
리턴 System.Diagnostics

Start() 공개 정적인 메소드

public static Start ( InfoTextEnterArea &grayOut, ServiceContainer services, UIElement activeContainer, Rect activeRectInActiveContainer, string text ) : void
grayOut InfoTextEnterArea
services ServiceContainer
activeContainer UIElement
activeRectInActiveContainer System.Windows.Rect
text string
리턴 void

Start() 공개 정적인 메소드

public static Start ( InfoTextEnterArea &grayOut, ServiceContainer services, UIElement activeContainer, string text ) : void
grayOut InfoTextEnterArea
services ServiceContainer
activeContainer UIElement
text string
리턴 void

Stop() 공개 정적인 메소드

public static Stop ( InfoTextEnterArea &grayOut ) : void
grayOut InfoTextEnterArea
리턴 void