Show / Hide Table of Contents

Namespace EmptyKeys.UserInterface.Controls

Classes

AnimatedImage

Implements animated image

Border

Implements control for drawing border or background

Button

Implements control with Click event when pressed

Canvas

Implements Canvas layout control

CheckBox

Implements CheckBox control

ColumnDefinition

Implements definition for column of the Grid

ColumnDefinitionCollection

Implements collection of columns

ComboBox

Implements control with selection in drop down list

ComboBoxItem

Implements item in a ComboBox

ContentControl

Implements base class for any control with content

ContentPresenter

Implements control which can draw the content

Control

Implements base class for user interface controls

ControlTemplate

Implements control template and cache for created elements inside template

DataGrid

Data Grid UI control for displaying data in table

DataGridBoundColumn

Implements base class for Data Grid columns, which are bound to data

DataGridCell

Cell of data grid row

DataGridCheckBoxColumn

Implements Data Grid columns with Check Box

DataGridColumn

Implements Data grid column

DataGridColumnCollection

Implements container for data grid columns

DataGridColumnEventArgs

Arguments for data grid column event

DataGridRow

Implements data grid row control, storing items and data grid cells

DataGridSortingEventArgs

Arguments for data grid sorting event

DataGridTemplateColumn

Implements Data Grid template column for custom defined cells

DataGridTextColumn

Implements text column for Data Grid

DefinitionBase

Implements base class for definition (row or column)

DockPanel

Implements Docking layout control

Expander

Implements control with header and collapsible content

Grid

Implements Grid layout control

GroupBox

Implements Group Box layout control

HeaderedContentControl

Implements control with header

HeaderedItemsControl

Implements items control with header

Image

Image control UI

ImageButton

Implements button with image

ItemsControl

Implements base class for control with items

ListBox

Implements selector control with selectable list of items

ListBoxItem

Implements item for List Box

NumericTextBox

Implements Numeric text box control

Panel

Implements base class for panel layout elements with children

PasswordBox

Implements Password Box, Text Box like control for password input

ProgressBar

Implements control for showing progress

RadialPanel

Implements Radial Panel layout control

RadioButton

Implements Radio Button control

RowDefinition

Implements definition for row of the Grid

RowDefinitionCollection

Implements collection of rows

ScrollChangedEventArgs

Arguments for scroll changed event

ScrollContentPresenter

Implements scroll content presenter for drawing content of Scroll Viewer control

ScrollViewer

Implements scrollable area with content

SelectionChangedEventArgs

Arguments for selection changed event

Slider

Implements Slider control with thumb

StackPanel

Implements vertically or horizontally oriented container for controls

TabControl

Implements control with multiple items and content selector

TabItem

Implements item for Tab Control

TextBlock

Implements control that can draw text

TextBox

Implements control so user can draw or edit text

ToolTip

Implements of Tool Tip control

ToolTipService

Implements service for all Tool Tips

TreeView

Implements Tree View control

TreeViewItem

Implements item for Tree View

UIElementCollection

Implements container for elements

UIRoot

Implements user interface root control, root of UI in visual tree

UniformGrid

Implements Uniform Grid layout control

UserControl

Implements base class for creating other controls

VirtualKeyboard

Implements virtual keyboard for touch devices

WrapPanel

Implements Wrap Panel layout control

Structs

DataGridLength

Implements Data Grid Length structure for data grid column

Enums

ClickMode

Click mode - when Click event is raised

DataGridLengthUnitType

Types of Data Grid Length

DataGridSelectionMode

Data Grid selection modes

Dock

Dock modes

ExpandDirection

Modes for Expander control to define direction of expanding

PanningMode

Describes panning modes for ScrollViewer

ScrollBarVisibility

Modes for scroll bar visibility

ScrollViewerAction

Describes actions for Scroll Viewer

SelectionMode

Modes for selection

TextWrapping

Modes of text wrapping

Delegates

DataGridSortingEventHandler

Data Grid sorting event handler

ScrollChangedEventHandler

Scroll changed event handler

SelectionChangedEventHandler

Selection changed event handler

VirtualKeyboardKeyDeactivatedEventHandler

Virtual Keyboard Key Deactivated Event Handler

VirtualKeyboardKeyPressEventHandler

Virtual Keyboard Key Press Event Handler

Back to top Generated by DocFX