forum

Home / DeveloperSection / Forums / Buttons not accessible in Wpf Codebehind

Buttons not accessible in Wpf Codebehind

Anonymous User 2599 27-Jan-2014

There is a function in Codebehind c# The Code is Like :

private static void ReceiveCallback(IAsyncResult ar)
{                                                                                                     
   // ...
}

In this Function i have to set the visibility of a button to true :

Runrc.IsEnabled = true;

But I get no intellisense for this button in that function, and it's giving me a error.


c# c# 
Updated on 27-Jan-2014
I am a content writter !

Can you answer this question?


Answer

1 Answers

Liked By