CppXAML
|
▼Ncppxaml | The main CppXAML namespace |
▼Ndetails | |
CWrapper< cppxaml::xaml::Controls::AutoSuggestBox, TItems > | Builder-style wrapper for AutoSuggestBox |
CWrapper< cppxaml::xaml::Controls::ContentDialog > | Builder-style wrapper for ContentDialog |
CWrapper< cppxaml::xaml::Controls::MenuFlyout > | Builder-style wrapper for MenuFlyout |
CWrapper< cppxaml::xaml::Controls::MenuFlyoutItem > | Builder-style wrapper for MenuFlyoutItem |
CWrapper< cppxaml::xaml::Controls::StackPanel > | Builder-style wrapper for StackPanel |
CWrapperT | Internal wrapper type that powers builder-style programming. This type is usually constructed and destructed in a single declaration line, only serving to set properties on the underlying XAML element, or to add the element to a parent |
CAppController | AppController is responsible for coordinating XamlWindow instances, can extend their wndproc, and provides an opportunity to hook up event handlers once a XAML UI becomes live |
CSimpleNotifyPropertyChanged | Helper base class to inherit from to have a simple implementation of INotifyPropertyChanged |
CTypedXamlEvent | A default event handler that maps to Windows.Foundation.TypedEventHandler |
CXamlEvent | A default event handler that maps to Windows.Foundation.EventHandler |
CXamlProperty | Implements a simple property (without change notifications) |
CXamlPropertyWithNPC | Implements a property type with notifications |
CXamlWindow | Implements an HWND based host for XAML Islands. You can create a XamlWindow from one of three overloads of XamlWindow::Make |