SharePoint Developer & Administration Blog
This blog contains information about sharepoint development and administration
messagebox result c#
MESSAGEBOX RESULT C#
C# code:
MessageBoxResult
result =
MessageBox
.Show("
your message! ", "MessageBox heading"
,
MessageBoxButton
.OKCancel);
if
(result ==
MessageBoxResult
.OK)
{
//Your Code
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment