UIElementType Enum

Definition

Describes types of UIElements to be provided via IUIElementProvider<TItem,TContext>.

public enum class UIElementType
public enum class UIElementType
enum UIElementType
public enum UIElementType
type UIElementType = 
Public Enum UIElementType
Inheritance
UIElementType

Fields

Large 1

Large UIElement representing the object in question.

Small 0

Small UIElement representing the object in question.

Tooltip 2

UIElement to be hosted in a tooltip representing the object in question.

Applies to