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

A Info text area.
Inheritance: System.Windows.FrameworkElement
Afficher le fichier Open project: icsharpcode/WpfDesigner Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public InfoTextEnterArea ( ) : System.Diagnostics
Résultat System.Diagnostics

Start() public static méthode

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
Résultat void

Start() public static méthode

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

Stop() public static méthode

public static Stop ( InfoTextEnterArea &grayOut ) : void
grayOut InfoTextEnterArea
Résultat void