Class
WindowElementNames

Represents a list of RadWindow element names used accross the wrappers.

Definition

Namespace:Telerik.WebAii.Controls.Xaml

Assembly:Telerik.WebAii.Controls.Xaml.dll

Syntax:

cs-api-definition
public static class WindowElementNames

Inheritance: objectWindowElementNames

Fields

CloseButtonName

The Window 'Close' button element name.

Declaration

cs-api-definition
public const string CloseButtonName = "PART_CloseButton"

Field Value

string

ContentPresenterElementName

The Window ContentPresent element name.

Declaration

cs-api-definition
public const string ContentPresenterElementName = "ContentElement"

Field Value

string

MaximizeButtonName

The Window 'Maximize' button element name.

Declaration

cs-api-definition
public const string MaximizeButtonName = "PART_MaximizeButton"

Field Value

string

MinimizeButtonName

The Window 'Minimize' button element name.

Declaration

cs-api-definition
public const string MinimizeButtonName = "PART_MinimizeButton"

Field Value

string

ResizeDownLeftThumbName

The Window resizing 'DownLeft' thumb element name.

Declaration

cs-api-definition
public const string ResizeDownLeftThumbName = "SW"

Field Value

string

ResizeDownRightThumbName

The Window resizing 'DownRight' thumb element name.

Declaration

cs-api-definition
public const string ResizeDownRightThumbName = "SE"

Field Value

string

ResizeDownThumbName

The Window resizing 'Down' thumb element name.

Declaration

cs-api-definition
public const string ResizeDownThumbName = "S"

Field Value

string

ResizeLeftThumbName

The Window resizing 'Left' thumb element name.

Declaration

cs-api-definition
public const string ResizeLeftThumbName = "W"

Field Value

string

ResizeRightThumbName

The Window resizing 'Right' thumb element name.

Declaration

cs-api-definition
public const string ResizeRightThumbName = "E"

Field Value

string

ResizeUpLeftThumbName

The Window resizing 'UpLeft' thumb element name.

Declaration

cs-api-definition
public const string ResizeUpLeftThumbName = "NW"

Field Value

string

ResizeUpRightThumbName

The Window resizing 'UpRight' thumb element name.

Declaration

cs-api-definition
public const string ResizeUpRightThumbName = "NE"

Field Value

string

ResizeUpThumbName

The Window resizing 'Up' thumb element name.

Declaration

cs-api-definition
public const string ResizeUpThumbName = "N"

Field Value

string

RestoreButtonName

The Window 'Restore' button element name.

Declaration

cs-api-definition
public const string RestoreButtonName = "PART_RestoreButton"

Field Value

string

TitleGridName

The Window title presenter grid name.

Declaration

cs-api-definition
public const string TitleGridName = "HeaderContent"

Field Value

string

TitleThumbName

The Window title thumb element name.

Declaration

cs-api-definition
public const string TitleThumbName = "titleThumb"

Field Value

string