Benutzer:MovGP0/WPF

aus Wikipedia, der freien Enzyklopädie
Zur Navigation springen Zur Suche springen
   MovGP0        Über mich        Hilfen        Artikel        Weblinks        Literatur        Zitate        Notizen        Programmierung        MSCert        Physik      


Windows Presentation Framework (WPF)

[Bearbeiten | Quelltext bearbeiten]
WPF Stack
Windows Presentation Foundation (WPF) presentationframework.dll (WPF objects)
presentationcore.dll (MIL Wrapper), windowscodecs.dll (unmanaged codecs)
Media Integration Layer (MIL) milcore.dll (unmanaged)
DirectX d3d….dll (unmanaged)
Kernel (unmanaged)

Base Classes for Custom Controls

[Bearbeiten | Quelltext bearbeiten]
Base Class Functionality
UI Element LIFE: layout, input, focus, events
Framework Element styling, tooltip
Control basic properties like background color
ContentControl control with content
HeaderedContentControl control with header and content
ItemsControl control with a list of content items
Selector control with a list of content items; items are selectable
RangeBase has minimum and maximum properties
Other controls