Class ComboBoxElementNames
Inheritance
System.Object
ComboBoxElementNames
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public static class ComboBoxElementNames
Fields
BorderVisualName
Declaration
public const string BorderVisualName = "BorderVisual"
Field Value
System.String
|
ClearButtonName
Declaration
public const string ClearButtonName = "PART_ClearButton"
Field Value
System.String
|
ContentPresenterElementName
Declaration
public const string ContentPresenterElementName = "Content"
Field Value
System.String
|
DropDownButtonName
Declaration
public const string DropDownButtonName = "PART_DropDownButton"
Field Value
System.String
|
EditableTextBoxName
Declaration
public const string EditableTextBoxName = "PART_EditableTextBox"
Field Value
System.String
|
HighlightVisualAutomationID
Declaration
public const string HighlightVisualAutomationID = "HighlightVisual"
Field Value
System.String
|
PopupName
Declaration
public const string PopupName = "PART_Popup"
Field Value
System.String
|
PopupScrollViewerName
Declaration
public const string PopupScrollViewerName = "PART_ScrollViewer"
Field Value
System.String
|