C# Класс ICSharpCode.WpfDesign.Designer.Controls.InfoTextEnterArea

A Info text area.
Наследование: System.Windows.FrameworkElement
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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