C# Класс WP.Dialog.Element

Наследование: IElement, IDisposable
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
TagProperty System.Windows.DependencyProperty

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

Метод Описание
ActOnCurrentAttachedCell ( System.Action updateAction ) : void
Dispose ( ) : void
GetView ( ) : UIElement
Matches ( string text ) : bool
Selected ( ) : void
Summary ( ) : string

Returns a summary of the value represented by this object, suitable for rendering as the result of a RootElement with child objects.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void
Element ( string caption ) : System
Element ( string caption, string layoutName ) : System
GetViewImpl ( ) : UIElement

Overriden by most derived classes, creates an UIElement with the contents for display

UpdateCaptionDisplay ( ) : void
UpdateCellDisplay ( ) : void

Override this method if you want some other action to be taken when a cell view is set

Описание методов

ActOnCurrentAttachedCell() публичный Метод

public ActOnCurrentAttachedCell ( System.Action updateAction ) : void
updateAction System.Action
Результат void

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

Dispose() защищенный Метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

Element() защищенный Метод

protected Element ( string caption ) : System
caption string
Результат System

Element() защищенный Метод

protected Element ( string caption, string layoutName ) : System
caption string
layoutName string
Результат System

GetView() публичный Метод

public GetView ( ) : UIElement
Результат System.Windows.UIElement

GetViewImpl() защищенный Метод

Overriden by most derived classes, creates an UIElement with the contents for display
protected GetViewImpl ( ) : UIElement
Результат System.Windows.UIElement

Matches() публичный Метод

public Matches ( string text ) : bool
text string
Результат bool

Selected() публичный Метод

public Selected ( ) : void
Результат void

Summary() публичный Метод

Returns a summary of the value represented by this object, suitable for rendering as the result of a RootElement with child objects.
public Summary ( ) : string
Результат string

UpdateCaptionDisplay() защищенный Метод

protected UpdateCaptionDisplay ( ) : void
Результат void

UpdateCellDisplay() защищенный Метод

Override this method if you want some other action to be taken when a cell view is set
protected UpdateCellDisplay ( ) : void
Результат void

Описание свойств

TagProperty публичное статическое свойство

public static DependencyProperty,System.Windows TagProperty
Результат System.Windows.DependencyProperty