Skip to content

Instantly share code, notes, and snippets.

@loraderon
loraderon / SelectButton.cs
Created September 15, 2010 08:16
SelectButton for WPF (similar to a SplitButton)
using System;
using System.Collections;
using System.Windows;
using System.Windows.Controls;
namespace loraderon.Controls
{
public partial class SelectButton : UserControl
{
public event RoutedEventHandler Click;