C# Class ICSharpCode.WpfDesign.Designer.Controls.InfoTextEnterArea

A Info text area.
Inheritance: System.Windows.FrameworkElement
Exibir arquivo Open project: icsharpcode/WpfDesigner Class Usage Examples

Public Methods

Method Description
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

Method Details

InfoTextEnterArea() public method

public InfoTextEnterArea ( ) : System.Diagnostics
return System.Diagnostics

Start() public static method

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
return void

Start() public static method

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

Stop() public static method

public static Stop ( InfoTextEnterArea &grayOut ) : void
grayOut InfoTextEnterArea
return void