Click here to Skip to main content
15,888,047 members
Articles / Desktop Programming / WPF

Customizing a Popup's Auto-Close Behavior

Rate me:
Please Sign up or sign in to vote.
4.07/5 (6 votes)
23 Nov 2009CPOL3 min read 57.8K   1.7K   25  
Using attached properties to customize the conditions under which a popup closes

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WPFPopupBehavior", "WPFPopupBehavior\WPFPopupBehavior.csproj", "{11A19DE9-775C-4E0E-8A1C-C5A8B913032E}"
EndProject
Global
	GlobalSection(SubversionScc) = preSolution
		Svn-Managed = True
		Manager = AnkhSVN - Subversion Support for Visual Studio
	EndGlobalSection
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{11A19DE9-775C-4E0E-8A1C-C5A8B913032E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{11A19DE9-775C-4E0E-8A1C-C5A8B913032E}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{11A19DE9-775C-4E0E-8A1C-C5A8B913032E}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{11A19DE9-775C-4E0E-8A1C-C5A8B913032E}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Israel Israel
Software developer since 1984, currently specializing in C# and .NET.

Comments and Discussions