Tuesday, July 26, 2011

Build an ImageButton in a WFP Project

I found a interest article from one of the MSDN blogs.

Here is a easier way to do it if you are in hurry.

        <Button Name="btnClose" ToolTip="Close" Click="btnClose_Click">

            <Image Source="/MyStudyTool;component/Images/CloseButton.png" />

        </Button>

Related Topics:

Using Attached Properties to Create a WPF Image Button

No comments:

Post a Comment